Skip to content

Commit 395eb60

Browse files
authored
Apply suggestions from code review
1 parent 283a5bb commit 395eb60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/tutorials/time_series/time_series_aggregations.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ as explained in the [first](time_series_management_and_visualization.qmd)
3030
time series tutorial.
3131
:::
3232

33-
There are two main tools to do time series aggregations in GRASS GIS:
33+
There are two main tools to do time series aggregations in GRASS:
3434
[t.rast.aggregate](https://grass.osgeo.org/grass-stable/manuals/t.rast.aggregate.html)
3535
and [t.rast.series](https://grass.osgeo.org/grass-stable/manuals/t.rast.series.html).
3636
We'll demonstrate their usage in the upcoming sections.
@@ -53,7 +53,7 @@ import grass.jupyter as gj
5353
5454
path_to_project = "eu_laea/italy_LST_daily"
5555
56-
# Start the GRASS GIS Session
56+
# Start the GRASS session
5757
session = gj.init(path_to_project);
5858
```
5959

content/tutorials/time_series/time_series_management_and_visualization.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ scheme. In this way, we have:
6161

6262
::: {.callout-note title="Setup"}
6363
To run this tutorial locally or in Google Colab, you should install
64-
GRASS GIS 8.4+, and download the
64+
GRASS 8.4+, and download the
6565
[daily MODIS LST project](https://zenodo.org/doi/10.5281/zenodo.3564514).
6666
This project contains average daily MODIS LST (Land Surface Temperature)
6767
data reconstructed by [mundialis GmbH & Co. KG](https://www.mundialis.de/en/)

0 commit comments

Comments
 (0)