Incidents of vehicle theft for July 1 to December 31, 2012.
SFcartheft
sf data frame with 3384 observations, 14 variables, and a geometry column.
Unique number for each incident report
projected coordinates
Vehicle theft
Description of the crime
day of the week that crime was reported
Police district
Outcome of the report, e.g. None, Arrest, Unfounded etc
Street address where the crime occurred
Date of the report
Time of report
Coordinates of crime location
2010 Census (population) and “Crime Incidents from 1 Jan 2003”, City of San Francisco Open Data Portal (crimes) (https://data.sfgov.org/Public-Safety/Map-Crime-Incidents-from-1-Jan-2003/gxxq-x39z).
Sf object, EPSG 2227: NAD83 / California zone 3 (ftUS).
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(SFcartheft) plot(SFcartheft["IncidntNum"]) }#>