Skip to content

Commit 54c3452

Browse files
committed
add thumbnail img
1 parent 358db88 commit 54c3452

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
4.52 KB
Loading

content/tutorials/time_series/time_series_extraction.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: "Time series: Subset, import and export"
2+
title: "Time series subset, import and export"
33
author: "Veronica Andreo"
44
date: 2024-08-19
55
date-modified: today
6+
image: images/export_with_change.png
67
lightbox: true
78
format:
89
ipynb: default
@@ -226,7 +227,7 @@ gs.run_command("t.rast.out.xyz",
226227

227228
## Import
228229

229-
There are two tools to import raster time series into GRASS GIS:
230+
There are two tools to import raster time series into GRASS:
230231

231232
* [t.rast.import](https://grass.osgeo.org/grass-stable/manuals/t.rast.import.html) imports strds that were exported with *t.rast.export*. It allows to create a new GRASS project with the imported data CRS and set the computational region to the raster maps imported.
232233
* [t.rast.import.netcdf](https://grass.osgeo.org/grass-stable/manuals/addons/t.rast.import.netcdf.html) imports the content of one or more netCDF files that adhere to the CF convention into a strds. Data can be imported or linked via [r.external](https://grass.osgeo.org/grass-stable/manuals/r.external.html).

0 commit comments

Comments
 (0)