-
Couldn't load subscription status.
- Fork 21
Time series tutorials: Add a home page to collect them all #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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] | ||
petrasovaa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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](index.qmd#category=raster) | ||
| - [Python scripting](index.qmd#category=Python) | ||
|
|
||
| Or [return to the home page](index.qmd) to browse all tutorials. --> | ||
petrasovaa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.