rezonings_near
Find approved rezoning petitions near an address or coordinates. Returns petition details, zoning changes, and approval dates within a specified radius.
Instructions
Find approved rezoning petitions near a point.
Provide either address (free-form string) or both lat and
lon. Queries the city's Approved_Rezonings_since_2016__by_CCW
point layer within radius_m meters, filtered to
Decision = 'App' (the layer also carries deferred/withdrawn
petitions despite its name), most recently approved first.
Args:
address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC".
lat: Latitude, used with lon if address is not given.
lon: Longitude, used with lat if address is not given.
radius_m: Search radius in meters (default 1600, roughly 1 mile).
limit: Maximum number of rezonings to return (default 25).
Returns:
Dict with rezonings (list of dicts with petition, petitioner,
from_zone, to_zone, type, received_date, approved_date,
decision, ccw_region, acres, petition_acres), count,
radius_m, lat, lon, resolved_address, and a summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| limit | No | ||
| address | No | ||
| radius_m | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||