check_location
Find which polygon feature contains a specific coordinate by submitting latitude, longitude, and a dataset UUID. Returns matching feature properties or indicates no match.
Instructions
Check which feature in a polygon dataset contains a given coordinate (point-in-polygon query). Returns the properties of all matching features, or indicates no match. Requires latitude, longitude, and a dataset id (UUID) from list_datasets. Call list_datasets first to get the id. 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 | |
| dataset | Yes | Dataset id (UUID) from list_datasets |