NYC Emergency Response Incidents

Source Notebook

NYC Emergency Response Incidents from 2013 to 2015

Originator: City of New York

Type and location of emergency incidents to which Office of Emergency Management (OEM) responded

(5 columns, 2524 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["NYC Emergency Response Incidents"]
Out[1]=

View a sample of the data:

In[2]:=
RandomSample[ResourceData["NYC Emergency Response Incidents"], 5]
Out[2]=

Visualization

Generate a map of requests near Central Park:

In[3]:=
GeoListPlot[ ResourceData["NYC Emergency Response Incidents"][All, "Coordinates"],
  GeoRange -> Quantity[1, "Miles"], GeoCenter -> Entity["Park", "CentralParkNYC"]]
Out[3]=

Analysis

Tally and visualize incidents by Borough:

In[4]:=
Column[{boroughcounts = Tally[ResourceData[
       ResourceObject["NYC Emergency Response Incidents"]][
      Select[Head[#Borough] == Entity &]][All, 4]],
  GeoRegionValuePlot[boroughcounts]}]
Out[4]=

Wolfram Research, "NYC Emergency Response Incidents" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.37814.data

License Information

Anyone can use these data sets to participate in and improve government by conducting research and analysis or creating applications. By accessing data sets and feeds available through the NYC OpenData portal, the user agrees to all of the Terms of Use of NYC.gov as well as the Privacy Policy for NYC.gov.

Data Resource History

Source Metadata

Data Downloads

Publisher Information