Point locations of abandoned vehicles in Chicago in September 2016.
vehicle_pts
An sf data frame with 2635 rows, 10 variables, and a geometry column:
Date created
Address of abandoned vehicle
Zip code of abandoned vehicle
Projected X, EPSG 32616
Projected Y, EPSG 32616
Ward ID
Police district ID
Community area ID
Latitude of vehicle
Longitude of vehicle
POINT
https://data.cityofchicago.org/Service-Requests/311-Service-Requests-Abandoned-Vehicles/3c9v-pnva
Sf object, unprojected. EPSG 4326: WGS84.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(vehicle_pts) plot(vehicle_pts["CreationDt"]) }