Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/tutorials/external/GRASS_for_EO_in_Jupyter.qmd
Original file line number Diff line number Diff line change
@@ -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.

<https://github.com/veroandreo/foss4g2024_grass4rs>

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"}


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/tutorials/external/spanish_resources_Vero.qmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Teledetección, OBIA y series de tiempo"
lang: es
date: 01/01/2021
date: 2023-09-15
author: Verónica Andreo
format:
html:
toc: true
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
Expand Down
Loading