get_zoning
Retrieve zoning classification for a Mecklenburg County parcel using an address, lat/lon, or parcel ID. Resolves the parcel and returns zoning attributes and a summary.
Instructions
Get zoning classification for a parcel from Parcel_Zoning_Lookup.
Resolves a parcel (by address, lat/lon, or a known pid) against
ParcelStatus first if a pid isn't supplied directly, then looks
up its zoning record.
Args:
address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC".
lat: Latitude in decimal degrees (WGS84). Requires lon.
lon: Longitude in decimal degrees (WGS84). Requires lat.
pid: Mecklenburg County parcel ID, if already known.
Returns:
Dict with zoning (dict of zoning attributes or None),
resolved pid, and a summary string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| pid | No | ||
| address | No |