Open repository in Console
Readme
Updated almost 6 years ago
‧ Indexed 11 months ago
Fire & Rescue Incidents: 2012 - Present
One record for each emergency on which the Fire Department sent apparatus and personnel. More detail is available in the Apparatus Response and Personnel Response data sets.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"opendata-howardcountymd-gov/fire-rescue-incidents-2012-present-f362-6fup\".\"fire_rescue_incidents_2012_present\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata