terrain_profile
Generate an elevation profile between two points with distance and elevation statistics. Useful for terrain analysis and route planning.
Instructions
Generate an elevation profile between two geographic points. Returns sampled elevations along the path with distance and elevation statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat1 | Yes | Start point latitude in decimal degrees | |
| lat2 | Yes | End point latitude in decimal degrees | |
| lng1 | Yes | Start point longitude in decimal degrees | |
| lng2 | Yes | End point longitude in decimal degrees | |
| samples | No | Number of sample points along the profile (2-100, default 20) |