service_requests_near
Find 311 service requests near an address or coordinates. Filter by radius, days, and limit to get a breakdown of request types and departments.
Instructions
311 service requests near a point, from the point-level ServiceRequests311 layer.
Provide either address (free-form string) or both lat and
lon. Runs a point+radius spatial query, most recent first. Note:
this layer has no open/closed "status" field — the closest available
signal is INTERNAL_FIELD_OBSERVATION (a Y/N flag for whether the
request originated from an internal field observation rather than a
resident report), surfaced as field_observation below.
Args:
address: Free-form address, e.g. "600 E 4th St, 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 800).
days: If given, only include requests received within this many
days of now (default None: no date filter).
limit: Maximum number of requests to return (default 50).
Returns:
Dict with requests (list of dicts with request_type, title,
department, division, received_date, field_observation,
address, npa, council_district), count, breakdown
(request_type -> count), radius_m, days, lat, lon,
resolved_address, and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| days | No | ||
| limit | No | ||
| address | No | ||
| radius_m | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||