Forrest logo
back to context overview

gdaldem

List of commands for gdaldem:

  • gdaldem:tldr:377fc gdaldem: Compute the aspect of a DEM.
    $ gdaldem aspect ${path-to-input-tif} ${path-to-output-tif}
    try on your machine
    explain this command
  • gdaldem:tldr:96656 gdaldem: Compute the hillshade of a DEM.
    $ gdaldem hillshade ${path-to-input-tif} ${path-to-output-tif}
    try on your machine
    explain this command
  • gdaldem:tldr:fc8ca gdaldem: Compute the slope of a DEM.
    $ gdaldem slope ${path-to-input-tif} ${path-to-output-tif}
    try on your machine
    explain this command
back to context overview