Deep dive into time series analysis with GRASS
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:
Introduction to Time Series in GRASS
Learn the basics of space-time datasets and time series visualization.Temporal aggregations
Group and summarize time series data by week, month, or season.Temporal algebra
Use temporal algebra to query and analyze space-time datasets based on time relations.Temporal accumulation
Compute cumulative temperature values over time and find suitable areas for mosquitoes.Temporal gap-filling
Fill missing values using temporal interpolation and smoothing techniques.Temporal query with vector data
Extract time series values at specific vector locations (e.g., points or polygons).Temporal subset, import and export
Subset time series by date, and learn how to import/export space-time datasets effectively.