Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
Fire Rescue Services - Recent Events (DEPRECATED)
DEPRECATED; please see https://data.edmonton.ca/Emergency-Services/Fire-Response-Current-and-Historical/7hsn-idqi.
To provide a list of recent events to which the Fire Rescue Services Branch responded. This dataset reflects a full day of incidents beginning from 12:00:00 am to 11:59:59 pm, reflecting incidents occurring “the day before yesterday” - minimum 24 to 48 hours ago.
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 \"edmonton-ca/fire-rescue-services-recent-events-deprecated-f2hf-du2d\".\"fire_rescue_services_recent_events_deprecated\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata