geo_elevation
Retrieve the elevation above sea level for any geographic coordinate. Returns altitude in both meters and feet.
Instructions
Get the elevation (altitude above sea level) at a geographic coordinate using the Open Elevation API. Returns elevation in both meters and feet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point to query elevation (-90 to 90) | |
| lng | Yes | Longitude of the point to query elevation (-180 to 180) |