vehicle_pts: Abandoned Vehicles (2016).

Description Usage Format Details Source Examples

Description

Point locations of abandoned vehicles in Chicago in September 2016.

Usage

1

Format

An sf data frame with 2635 rows, 10 variables, and a geometry column:

CreationDt

Date created

Address

Address of abandoned vehicle

ZIPCode

Zip code of abandoned vehicle

X

Projected X, EPSG 32616

Y

Projected Y, EPSG 32616

Ward

Ward ID

PoliceD

Police district ID

Comm

Community area ID

Latitude

Latitude of vehicle

Longitude

Longitude of vehicle

geometry

POINT

Details

Sf object, unprojected. EPSG 4326: WGS84.

Source

https://data.cityofchicago.org/Service-Requests/311-Service-Requests-Abandoned-Vehicles/3c9v-pnva

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(vehicle_pts)

  plot(vehicle_pts["CreationDt"])
}

geodaData documentation built on July 2, 2020, 1:33 a.m.