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 updatesudo 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