mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
gdaldem: add page (#8451)
This commit is contained in:
parent
dd33c21bcd
commit
7b046caf1c
1 changed files with 16 additions and 0 deletions
16
pages/common/gdaldem.md
Normal file
16
pages/common/gdaldem.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# gdaldem
|
||||
|
||||
> Tool to analyze and visualize digital elevation models (DEM).
|
||||
> More information: <https://gdal.org/programs/gdaldem>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue