logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GDAL DEM - Analyze Elevation Models | Online Free DevTools by Hexmos

Analyze digital elevation models with GDAL DEM. Generate hillshades, slopes, and aspects from raster data. Free online tool, no registration required.

gdaldem

Analyze and visualize digital elevation models (DEM). More information: https://gdal.org/programs/gdaldem.html.

  • 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}}

See Also