Terrain
Terrain APIs
Query digital elevation models, compute slope and aspect, and retrieve elevation profiles for engineering, environmental, and research applications.
DEM
/demDigital Elevation Model — query raster elevation data from SRTM, Copernicus DEM, or ASTER GDEM. Returns GeoTIFF tiles or elevation values at points.
Parameters
bboxresolutionsourceformat
Slope
/slopeCompute slope angle (in degrees or percent) from the underlying DEM for any given area. Essential for terrain stability and engineering assessments.
Parameters
bboxunitresolution
Aspect
/aspectDerive terrain aspect (compass direction a slope faces) from the DEM. Critical for solar irradiance, agriculture planning, and ecological modelling.
Parameters
bboxresolutionformat
Elevation
/elevationPoint-query elevation at specific latitude/longitude coordinates. Returns elevation in metres above sea level with configurable source DEM.
Parameters
latlonsource