veroandreo / foss4g2022_grass4rs

Notebook for the GRASS GIS for remote sensing data processing and analysis workshop at FOSS4G 2022 in Florence
GNU General Public License v3.0
24 stars 8 forks source link

Proposed list of exercises #2

Closed veroandreo closed 2 years ago

veroandreo commented 2 years ago
  1. GRASS GIS basics (database, region, modules, show the GUI a bit)
  2. GRASS GIS & Python
  3. Why Jupyter Notebooks and how to use them?
  4. Paths and variables
  5. Download NC location and other data
  6. Initialization of GRASS GIS in the Jupyter notebook session
  7. Create a new mapset within NC
  8. Setting the computational region
  9. Importing geodata into GRASS GIS
  10. Sentinel-2 processing overview
  11. Search and download S2
  12. Import S2 data and show different visualizations
  13. Cloud masking - Skipped for now, no time
  14. Computing NDVI and NDWI for one scene only
  15. Create a time series of NDVI using semantic label syntax and show some other python utilities like plots
  16. Creating an image stack (imagery group)
  17. Image segmentation
  18. Supervised Classification: RandomForest
  19. Supervised Classification: Maximum Likelihood (show classification of different scenes based on signatures with semantic labels)
veroandreo commented 2 years ago

closing as complete