get_elevation
Retrieve elevation data for single or multiple points on land or water using latitude and longitude coordinates. Specify reference datum like mean sea level or ellipsoid.
Instructions
Get elevation for locations on land or water.
Args:
lon: Longitude of a single point (e.g., -117.195)
lat: Latitude of a single point (e.g., 34.065)
coordinates: JSON array of [lon, lat] pairs for multiple points (e.g., "[[-117.182, 34.0555],[-117.185, 34.057]]")
relativeTo: Reference point for elevation measurement (e.g., "meanSeaLevel", "ellipsoid")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| relativeTo | No | ||
| coordinates | No |