enrich_location
Retrieve location attributes like county, flood zone, and school district for a given coordinate. Queries all datasets in one call without requiring a dataset ID.
Instructions
Get location attributes (county, flood zone, school district, etc.) for a coordinate. Queries all available datasets in one call and returns what matched. No dataset id needed — this is the simplest way to find out what's at a location. Optional radius expands the search area (meters). This is NOT a geocoder — it requires numeric coordinates, not addresses or place names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees (WGS84). Example: 40.7128 | |
| lng | Yes | Longitude in decimal degrees (WGS84). Example: -74.0060 | |
| radius | No | Expand search area by this radius in meters (max 500000). Omit for exact matches. |