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
-
apt-get install gdal-bin
- Ubuntu
-
apt-get install gdal-bin
- Arch Linux
-
pacman -S gdal
- 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
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors