From 72299ee8ae704d674ba17879ad543d804bbad7cf Mon Sep 17 00:00:00 2001 From: Veronica Andreo Date: Tue, 27 May 2025 15:28:43 -0300 Subject: [PATCH 1/4] Time series tutorials: add a qmd to list them all --- .../time_series/time_series_home.qmd | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 content/tutorials/time_series/time_series_home.qmd diff --git a/content/tutorials/time_series/time_series_home.qmd b/content/tutorials/time_series/time_series_home.qmd new file mode 100644 index 0000000..2db901d --- /dev/null +++ b/content/tutorials/time_series/time_series_home.qmd @@ -0,0 +1,57 @@ +--- +title: "Deep dive into time series analysis with GRASS" +author: "Veronica Andreo" +date: 2025-05-27 +date-modified: today +image: images/tgrass_flowchart.png +format: + ipynb: default + html: + toc: true + code-tools: true + code-copy: true + code-fold: false +categories: [time series, raster, advanced, Python] +description: "A collection of tutorials demonstrating how to handle time series data in GRASS, from basic concepts to advanced spatiotemporal analysis." +engine: jupyter +execute: + eval: false +--- + +**GRASS** offers robust tools for working with spatiotemporal data, especially raster time series. This page collects all the tutorials that focus on time series workflows, from creating space-time datasets to performing time-aware analysis and visualizations. + +Whether you're just getting started or looking to perform advanced temporal algebra, you'll find a range of examples below. + +## 📚 Tutorial Collection + +Here are the available tutorials, ordered to guide you from basic to more advanced concepts: + +1. **[Introduction to Time Series in GRASS](./time_series_management_and_visualization.qmd)** + Learn the basics of space-time datasets and time series visualization. + +2. **[Temporal aggregations](./time_series_aggregations.qmd)** + Group and summarize time series data by week, month, or season. + +3. **[Temporal algebra](./time_series_algebra.qmd)** + Use temporal algebra to query and analyze space-time datasets based on time relations. + +4. **[Temporal accumulation](./time_series_accumulations.qmd)** + Compute cumulative temperature values over time and find suitable areas for mosquitoes. + +5. **[Temporal gap-filling](./time_series_gap_filling.qmd)** + Fill missing values using temporal interpolation and smoothing techniques. + +6. **[Temporal query with vector data](./time_series_query_with_vector.qmd_)** + Extract time series values at specific vector locations (e.g., points or polygons). + +7. **[Temporal subset, import and export](./time_series_extraction.qmd)** + Subset time series by date, and learn how to import/export space-time datasets effectively. + +## 🧭 What's Next? + +You can also explore related categories: + +- [Raster analysis](https://grass-tutorials.osgeo.org/#category=raster) +- [Python scripting](https://grass-tutorials.osgeo.org/#category=Python) + +Or [return to the home page](https://grass-tutorials.osgeo.org/) to browse all tutorials. From b1ac0a9caf4f3e70832cfbc9058b3a6b72299f35 Mon Sep 17 00:00:00 2001 From: Veronica Andreo Date: Tue, 27 May 2025 15:54:55 -0300 Subject: [PATCH 2/4] Time series tutorials: add a collector page to list them all --- content/tutorials/time_series/time_series_home.qmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/tutorials/time_series/time_series_home.qmd b/content/tutorials/time_series/time_series_home.qmd index 2db901d..c4be4a9 100644 --- a/content/tutorials/time_series/time_series_home.qmd +++ b/content/tutorials/time_series/time_series_home.qmd @@ -47,11 +47,11 @@ Here are the available tutorials, ordered to guide you from basic to more advanc 7. **[Temporal subset, import and export](./time_series_extraction.qmd)** Subset time series by date, and learn how to import/export space-time datasets effectively. -## 🧭 What's Next? + From b5707f44eeadb1e506cc71ccdb229aa4fc53446c Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Thu, 29 May 2025 09:41:03 -0400 Subject: [PATCH 3/4] add intermediate, remove commented text --- content/tutorials/time_series/time_series_home.qmd | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/tutorials/time_series/time_series_home.qmd b/content/tutorials/time_series/time_series_home.qmd index c4be4a9..83d5550 100644 --- a/content/tutorials/time_series/time_series_home.qmd +++ b/content/tutorials/time_series/time_series_home.qmd @@ -11,7 +11,7 @@ format: code-tools: true code-copy: true code-fold: false -categories: [time series, raster, advanced, Python] +categories: [time series, raster, intermediate, advanced, Python] description: "A collection of tutorials demonstrating how to handle time series data in GRASS, from basic concepts to advanced spatiotemporal analysis." engine: jupyter execute: @@ -47,11 +47,3 @@ Here are the available tutorials, ordered to guide you from basic to more advanc 7. **[Temporal subset, import and export](./time_series_extraction.qmd)** Subset time series by date, and learn how to import/export space-time datasets effectively. - From 74a341221d5cec2d3094ede58153c2b034116951 Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Thu, 29 May 2025 09:42:01 -0400 Subject: [PATCH 4/4] Remove notebook --- content/tutorials/time_series/time_series_home.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/content/tutorials/time_series/time_series_home.qmd b/content/tutorials/time_series/time_series_home.qmd index 83d5550..1a73502 100644 --- a/content/tutorials/time_series/time_series_home.qmd +++ b/content/tutorials/time_series/time_series_home.qmd @@ -5,7 +5,6 @@ date: 2025-05-27 date-modified: today image: images/tgrass_flowchart.png format: - ipynb: default html: toc: true code-tools: true