Hi Geospatial Enthusiast!
I have been sharing many of my scripts about remote sensing analysis such as land cover classification, or deep learning. Now I want to combined it into one repository. Thus no need one repository for each analysis.
For now only three scripts area available, next time will be more. I will probably updated this every month or when I make a new scripts.
- Cloudless and Topograhic Corrected Landsat Composite
- Land Cover Classification
- Deep Learning Land Cover Classification with U-Net
- Primary and Secondary Forest Classification
To make sure you can run scripts as expected, do:
- Install Python 3.9 - 3.12.
- Create virtual environment at the base of this repository with
python -m venv .venv
. - Activate the virtual environment with
.venv\Scripts\activate
. - Install all the necessary packages from
requirements.txt
withpip install -r requirements.txt
. - Open and run the script from the catalog.
To make sure you can run scripts as expected, do:
- Run
docker compose up --build
- Open
http://127.0.0.1:8888/lab
in the browser - Open and run the script from the catalog
Created by Ramadhan