get_full_terrain_data
Retrieve super-resolved elevation and terrain metrics for any location. Provides per-cell grids for flow accumulation, erosion risk, and more to enable detailed spatial analysis and map rendering.
Instructions
Get full super-resolved DEM and terrain metric grids for a location.
Returns the complete per-cell data suitable for map rendering and detailed spatial analysis. Response is large — use analyze_terrain for quick summaries.
Args: latitude: Center latitude in decimal degrees [-90, 90] longitude: Center longitude in decimal degrees [-180, 180] bbox_size_m: Bounding box size in meters [250, 5000], default 500 metrics: List of metrics to compute. Options: flow_direction, flow_accumulation, twi, erosion_risk, runoff_potential, site_intelligence_score, all. Default: all.
Returns: Full sr_dem grid, model info, shapes, and per-cell terrain metric grids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| bbox_size_m | No | ||
| metrics | No |