enrich_location
Retrieve NUTS3 administrative region, WRI Aqueduct water risk scores, and nearest E-PRTR industrial facility within 5 km for a geographic coordinate. Supports site screening and CSRD/ESRS assessments.
Instructions
Get administrative region and water risk context for a coordinate.
Returns the NUTS3 administrative region (for EU locations), WRI Aqueduct 4.0 water risk scores, and the nearest E-PRTR industrial facility within 5 km (if any). Useful for site screening and CSRD/ESRS preliminary assessment.
Args: lat: Latitude in decimal degrees lon: Longitude in decimal degrees
Returns: JSON with: - nuts3_id, nuts3_name, country (EU only) - water_stress: bws (baseline water stress), bwd (water depletion), rfr (riverine flood risk), drr (drought risk) — scored 1–5 where 1=Low, 5=Extremely High - nearest_facility: closest industrial facility within 5 km (if any)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |