Skip to content
2 changes: 1 addition & 1 deletion content/tutorials/modeling_movement/GRASS_movement_pt.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ format:
code-copy: true
code-fold: false
page-layout: article
categories: [intermediate, advanced, GUI, raster, cost surface, least cost path, Português]
categories: [intermediate, advanced, GUI, raster, cost surface, least cost path, Portuguese]
description: Gerando uma superfície de custo cumulativo e um caminho de menor custo com *r.walk* e *r.path* para modelar o movimento ao caminhar por uma paisagem.
execute:
eval: false
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/noise/noise.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Procedural Noise"
author: "Brendan Harmon"
date: 2025-07-18
date-modified: today
categories: [noise, terrain, raster, map algebra, python, intermediate]
categories: [noise, terrain, raster, map algebra, Python, intermediate]
description: Learn how to generate procedural noise using Python scripting in GRASS.
image: images/noise_05.webp
bibliography: noise.bib
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/terrain_and_DEMs/GRASS_terrain_pt.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ format:
code-copy: true
code-fold: false
page-layout: article
categories: [beginner, intermediate, raster, DEM, visualization, terrain, slope, aspect, landforms, hydrology, streams, Português]
categories: [beginner, intermediate, raster, DEM, visualization, terrain, slope, aspect, landforms, hydrology, streams, Portuguese]
description: Este tutorial orienta o usuário por meio de várias maneiras de analisar e modelar terrenos a partir de mapas raster MDE.
execute:
eval: false
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/time_series/time_series_aggregations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ gs.run_command("t.rast.series",
method="average")

# Display raster map with interactive class
spw_map = gj.InteractiveMap(width = 500, use_region=True, tiles="CartoDark")
spw_map = gj.InteractiveMap(width = 500, use_region=True, tiles="CartoDB.DarkMatter")
spw_map.add_raster("avg_spring_warming")
spw_map.add_layer_control(position = "bottomright")
spw_map.show()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ need aggregated values for a set of points.

:::{.callout-note}
We could have also used
[t.sample](https://grass.osgeo.org/grass84/manuals/t.sample.html)
[t.sample](https://grass.osgeo.org/grass-stable/manuals/t.sample.html)
to check which maps from `lst_daily` would be aggregated in the
new column `lst_new` above.

Expand Down
Loading