2022-09-04 11:22:35 +01:00
|
|
|
# gdaldem
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Analyze and visualize digital elevation models (DEM).
|
2022-09-04 11:22:35 +01:00
|
|
|
> 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}}`
|