gdaldem

Tool to analyze and visualize digital elevation models (DEM). More information: <https://gdal.org/programs/gdaldem>.

Install

All systems
curl cmd.cat/gdaldem.sh
Debian Debian
apt-get install gdal-bin
Ubuntu
apt-get install gdal-bin
Arch Arch Linux
pacman -S gdal
image/svg+xml Kali Linux
apt-get install gdal-bin
Fedora
dnf install gdal
Windows (WSL2)
sudo apt-get update sudo apt-get install gdal-bin
OS X
brew install gdal
Raspbian
apt-get install gdal-bin

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

© tl;dr; authors and contributors