site_score
Evaluate land suitability for ecological and agricultural use at any geographic coordinate. Returns a weighted score with per-metric breakdowns from satellite and climate data.
Instructions
Score a geographic coordinate for ecological and agricultural land suitability.
Analyses satellite and climate data for the area around a point and returns a weighted suitability score plus per-metric breakdown: vegetation health, water access, precipitation, terrain, cropland proximity, urbanisation pressure, climate, and distance to infrastructure.
Use for site selection and land assessment — agtech, precision agriculture, ecological field research, conservation planning, environmental consulting, apiculture. Not a weather forecast and not a property-value estimate.
Each call runs a live satellite computation and takes roughly 25-40 seconds; a smaller radius_m is faster. Prefer one call over several exploratory ones.
Args: lat: Latitude, -90 to 90. lon: Longitude, -180 to 180. radius_m: Analysis radius in metres, 200 to 5000. Defaults to 2000. month: Month 1-12 to evaluate seasonally. Omit for an annual view. detail: "summary" returns scores only; "full" adds per-metric raw diagnostics, which is considerably larger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| month | No | ||
| detail | No | summary | |
| radius_m | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||