get_planning_area
Look up the community planning area and CCW planning region for any Charlotte location. Provide an address or coordinates to get planning area names and details.
Instructions
Look up the community planning area (and CCW planning region) at a point.
Provide either address (free-form string) or both lat and
lon. Runs a point-in-polygon query against the city's
Community_Planning_Areas layer (one of Charlotte's 15 named
community planning areas, e.g. "West Inner", "Uptown") and the
Center_Corridor_Wedge layer (finer "Center/Corridor/Wedge" planning
region, e.g. "West Corridor").
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.
Returns:
Dict with planning_area (name + equity-index fields, or None if no
polygon covers the point), planning_region (CCW name + location
type, or None), lat, lon, resolved_address, and a
human-readable summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||