From 7b046caf1c70143f4835b3251bdd8c03231468e4 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 4 Sep 2022 12:22:35 +0200 Subject: [PATCH] gdaldem: add page (#8451) --- pages/common/gdaldem.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gdaldem.md diff --git a/pages/common/gdaldem.md b/pages/common/gdaldem.md new file mode 100644 index 000000000..e5d347dc5 --- /dev/null +++ b/pages/common/gdaldem.md @@ -0,0 +1,16 @@ +# gdaldem + +> Tool to analyze and visualize digital elevation models (DEM). +> More information: . + +- Compute the hillshade of a DEM: + +`gdaldem hillshade {{path/to/input.tif}} {{path/to/output.tif}}` + +- Compute the slope of a DEM: + +`gdaldem slope {{path/to/input.tif}} {{path/to/output.tif}}` + +- Compute the aspect of a DEM: + +`gdaldem aspect {{path/to/input.tif}} {{path/to/output.tif}}`