homicides_near
Search for homicide incidents near a point using an address or lat/lon. Adjust radius and days to get reported cases with details.
Instructions
Homicide incidents near a point, from the point-level CMPD_Homicide layer.
Provide either address (free-form string) or both lat and
lon. Unlike the aggregate crime tables, CMPD_Homicide is a real
point Feature Layer (public lat/lon per victim, since 2015), so this
runs a genuine point+radius spatial query with a DATE_REPORTED
where-clause. Homicides are rare, so defaults are wider (1600m / 365
days) than the other "near" tools; relax further for sparse areas.
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 1600).
days: Only include homicides reported within this many days of now
(default 365).
limit: Maximum number of homicides to return (default 50).
Returns:
Dict with homicides (list of dicts with crime_report_id,
location, weapon, clearance_status, circumstances, ipv,
npa, council_district, patrol_division, date_reported,
clearance_date), count, breakdown (weapon -> 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 | |||