GET /v1/terrain/elevationOne point
Look up a map click or one known coordinate in meters or international feet.
Logic Cloud Geo terrain service
Supply WGS 84 latitude and longitude. Receive bare-earth elevation with units, source, resolution, provider, and reference metadata kept visible.
Three working patterns
Named latitude and longitude fields remove coordinate-order ambiguity. Ordered keys are preserved through batch processing so results can be joined back to the source table without guessing.
GET /v1/terrain/elevationLook up a map click or one known coordinate in meters or international feet.
POST /v1/terrain/elevationsSubmit as many as 500 uniquely keyed WGS 84 points in one request.
POST /v1/terrain/elevationsSample an ordered transect, calculate chainage, and chart the returned elevations.
Learn and reuse
The public examples expose the same request, validation, batching, and export steps used to exercise the service.
Draw a point or line and review the returned table and topographic profile.
Open map demonstration →Download the introductory point and keyed-list Jupyter notebook.
Download notebook →Download the complete line sampling, charting, and export workflow.
Download notebook →Developer access