terrain_prominence
Identify highest and lowest points in a bounding box by querying a grid of elevation data, supporting terrain prominence and relief analysis.
Instructions
Find the highest and lowest points in a bounding box area by querying a grid of elevation points. Useful for terrain prominence and relief analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | Eastern boundary longitude in decimal degrees | |
| west | Yes | Western boundary longitude in decimal degrees | |
| north | Yes | Northern boundary latitude in decimal degrees | |
| south | Yes | Southern boundary latitude in decimal degrees | |
| grid_size | No | Grid resolution per axis (3-10, default 5). Total points = grid_size x grid_size |