Skip to content

Commit f1ce17a

Browse files
committed
Fix TWI bug in cheatsheets (thanks @tylerbhampton)
1 parent 9d82905 commit f1ce17a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

latex/cs_qgisprocess_en.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
> qgis_run_algorithm(
316316
algorithm ="sagang:sagawetnessindex",
317317
DEM = dem,
318-
TPI = "tpi.sdat") |>
318+
TWI = "twi.sdat") |>
319319
qgis_extract_output("TWI") |>
320320
qgis_as_terra() |>
321321
plot(col = cptcity::cpt(pal = "ocal_blues"))

latex/cs_qgisprocess_es.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
> qgis_run_algorithm(
318318
algorithm ="sagang:sagawetnessindex",
319319
DEM = dem,
320-
TPI = "tpi.sdat") |>
320+
TWI = "twi.sdat") |>
321321
qgis_extract_output("TWI") |>
322322
qgis_as_terra() |>
323323
plot(col = cptcity::cpt(pal = "ocal_blues"))

0 commit comments

Comments
 (0)