Regrid Parcel By Point
regrid_parcel_by_pointFind parcels at a lat/lon point — returns the parcel(s) whose boundary contains or sits near the coordinate, with owner, zoning, land use, acreage, and boundary. Example: regrid_parcel_by_point({ lat: 38.8977, lon: -77.0365, _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point, e.g. 38.8977 | |
| lon | Yes | Longitude of the point, e.g. -77.0365 | |
| radius | No | Optional search radius in meters around the point | |
| _apiKey | Yes | Regrid API token (get one free at regrid.com — 30-day sandbox) |