terrain_elevation
Retrieve the altitude above sea level for any latitude and longitude coordinate using the Open Elevation API.
Instructions
Get the elevation (altitude above sea level) at a given geographic coordinate using the Open Elevation API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees (-90 to 90) | |
| lng | Yes | Longitude in decimal degrees (-180 to 180) |