/api/v1/elevation
Latitude, longitude, and requested units.
Logic Cloud Geo service 01
Submit WGS 84 coordinates and receive bare-earth elevations with units, horizontal reference, dataset, resolution, provider, and vertical-reference metadata.
Service contract
The single-point endpoint is useful for map clicks and simple lookups. The batch endpoint accepts as many as 500 uniquely keyed coordinates and returns them in request order, making it suitable for GIS joins and profile workflows.
/api/v1/elevation
Latitude, longitude, and requested units.
/api/v1/elevations
An ordered list of keyed points, with a 500-point request maximum.
Controlled Florida comparison
A 486-point comparison against a historical USGS 1-arc-second DEM showed strong agreement. This validates workflow consistency; it does not make either DEM a surveyed benchmark.
Download and learn
Each notebook uses the public HTTPS API and keeps the request, validation, and export steps visible for adaptation.
A compact introduction covering one coordinate, a keyed point list, and a pandas join back to the source table.
Download notebookValidates ordered coordinates, batches service requests, measures WGS 84 geodesic distance, charts a profile, and exports CSV and GeoJSON.
Download notebookReturned values are samples from a digital elevation model. They are useful for mapping, screening, visualization, profiles, and reproducible analysis, but they are not surveyed spot elevations and should not replace project-specific engineering or legal surveys.