analyze_area
Generates a spatial context for any parcel, nursery, or polygon, returning cadastral data, nearby nurseries, climate and vegetation history, infrastructure, and species fit scores.
Instructions
Build a structured spatial context for this area. Returns a JSON payload containing:
subject (parcel / nursery / drawn polygon)
cadastral attributes
up to 5 nearest-neighbor parcels
up to 5 nearest nurseries with distance (km)
12-month NDVI history (if cached)
country-level climate snapshot (ERA5 / CHIRPS / SPI / FWI)
OSM infrastructure proximity (road / settlement / water)
species fit scores from the curated Central Asia catalog
top-K semantic Phase 4 / handbook chunks (pgvector RAG)
Exactly one of parcel_id | cadastral_number | nursery_id | geojson
must be provided. query focuses the RAG retrieval (e.g. "drought
tolerant halophytes"). depth is shallow | standard | deep.
Locales: en | tr | ru | uz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | standard | |
| query | No | ||
| locale | No | en | |
| geojson | No | ||
| parcel_id | No | ||
| nursery_id | No | ||
| cadastral_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||