area_plans_at
Find adopted area plan boundaries containing a location. Input an address or coordinates to get plan names, types, districts, and adoption dates.
Instructions
Find adopted area/small-area plan boundaries containing a point.
Provide either address (free-form string) or both lat and
lon. Runs a point-in-polygon query against the city's
Area_Plan_Boundaries layer; a point can fall inside more than one
adopted plan boundary (overlapping study areas), so all matches are
returned.
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 area_plans (list of dicts with plan_name, plan_type,
district, adopt_date, adopt_year, acres, hyperlink),
count, lat, lon, resolved_address, and a summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||