/UN_OSGeo_challenge

Material for 2021 UN Open GIS Challenge 1 - Training on Satellite Data Analysis and Machine Learning with QGIS (Satellite_QGIS)

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

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)

Challenge

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Instructions

Using Poetry Python

$ poetry shell
.venv> make html

Sometimes it is necessary to clean the build folder:

$ poetry shell
.venv> make clean

Using pip

  • Activate your virtual environment
  • Execute pip install -r requirements.txt
  • Inside the opened environment, run make html