Elevation
Look up elevation at one or more points
elevation.lookup(ElevationLookupParams**kwargs) -> ElevationLookupResult
GET/api/v1/elevation
Look up elevation for multiple coordinates
elevation.batch(ElevationBatchParams**kwargs) -> ElevationBatchResult
POST/api/v1/elevation/batch
Elevation profile along coordinates
elevation.profile(ElevationProfileParams**kwargs) -> ElevationProfileResult
POST/api/v1/elevation/profile
ModelsExpand Collapse
class ElevationBatchResult: …GeoJSON FeatureCollection of elevation Point Features with 3D coordinates
class ElevationBatchResult: …
GeoJSON FeatureCollection of elevation Point Features with 3D coordinates
class ElevationProfileRequest: …Request body for elevation profile
class ElevationProfileRequest: …
Request body for elevation profile
class ElevationProfileResult: …GeoJSON LineString Feature with 3D coordinates representing an elevation profile
class ElevationProfileResult: …
GeoJSON LineString Feature with 3D coordinates representing an elevation profile