Skip to content

Commit

Permalink
Fix TWI bug in cheatsheets (thanks @tylerbhampton)
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jul 20, 2023
1 parent 9d82905 commit f1ce17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latex/cs_qgisprocess_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
> qgis_run_algorithm(
algorithm ="sagang:sagawetnessindex",
DEM = dem,
TPI = "tpi.sdat") |>
TWI = "twi.sdat") |>
qgis_extract_output("TWI") |>
qgis_as_terra() |>
plot(col = cptcity::cpt(pal = "ocal_blues"))
Expand Down
2 changes: 1 addition & 1 deletion latex/cs_qgisprocess_es.tex
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
> qgis_run_algorithm(
algorithm ="sagang:sagawetnessindex",
DEM = dem,
TPI = "tpi.sdat") |>
TWI = "twi.sdat") |>
qgis_extract_output("TWI") |>
qgis_as_terra() |>
plot(col = cptcity::cpt(pal = "ocal_blues"))
Expand Down

0 comments on commit f1ce17a

Please sign in to comment.