Machine Learning with Earth Observation data: Case studies with Semantic Segmentation and Regression
Material for 2021 UN Open GIS Challenge 1 - Training on Satellite Data Analysis and Machine Learning with QGIS (Satellite_QGIS)
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
- Install Poetry Python
- Run:
poetry shell
- Inside the opened environment, run
make html
$ poetry shell
.venv> make html
Sometimes it is necessary to clean the build folder:
$ poetry shell
.venv> make clean
- Activate your virtual environment
- Execute
pip install -r requirements.txt
- Inside the opened environment, run
make html