diff --git a/content/tutorials/external/GRASS_for_EO_in_Jupyter.qmd b/content/tutorials/external/GRASS_for_EO_in_Jupyter.qmd new file mode 100644 index 0000000..bf59206 --- /dev/null +++ b/content/tutorials/external/GRASS_for_EO_in_Jupyter.qmd @@ -0,0 +1,29 @@ +--- +title: "GRASS for Remote Sensing data processing with Jupyter Notebooks" +date: 2024-12-02 +author: Veronica Andreo +format: + html: + toc: true + code-tools: true + code-copy: true + code-fold: false +categories: [advanced, Python, Google Colab, remote sensing, external] +description: Workshop taught at FOSS4G 2022 and 2024 demonstrating the use of GRASS tools for Remote Sensing data processing analysis in Jupyter notebooks within Google Colab. +execute: + eval: false +--- + +The workshop showcases GRASS tools for satellite imagery processing and analysis, +covering workflows from data acquisition to supervised classification and visualization. +It is all contained in a Jupyter Notebook using GRASS Python interface and can be run +in Google Colab, so no local software installation is required. + + + +Special acknowledgements to Markus Neteler and Maris Nartiss who were part of an earlier +edition of this workshop and also prepared the Sentinel-2 dataset 🙌 + +![](images/EOandGRASSGIS.png){.preview-image width=40% fig-align="center"} + + diff --git a/content/tutorials/external/images/EOandGRASSGIS.png b/content/tutorials/external/images/EOandGRASSGIS.png new file mode 100644 index 0000000..84c1fb8 Binary files /dev/null and b/content/tutorials/external/images/EOandGRASSGIS.png differ diff --git a/content/tutorials/external/spanish_resources_Vero.qmd b/content/tutorials/external/spanish_resources_Vero.qmd index b789e54..f8b79b5 100644 --- a/content/tutorials/external/spanish_resources_Vero.qmd +++ b/content/tutorials/external/spanish_resources_Vero.qmd @@ -1,7 +1,7 @@ --- title: "Teledetección, OBIA y series de tiempo" lang: es -date: 01/01/2021 +date: 2023-09-15 author: Verónica Andreo format: html: @@ -9,7 +9,7 @@ format: code-tools: true code-copy: true code-fold: false -categories: [beginner, intermediate, external, Spanish] +categories: [beginner, intermediate, external, remote sensing, time series, Spanish] description: Curso de postgrado sobre procesamiento y análisis de datos satelitales y series temporales con GRASS. execute: eval: false