T12 Emergency Resp Times Fire
Fire service standards are established by the National Fire Protection Agency (NFPA); NFPA Standard 1710 addresses the performance measure of travel time and sets its standards by percentiles rather than averages. According to NFPA 1710: The fire department’s fire suppression resources shall be deployed to provide for the arrival of an engine company within a 240-second travel time to 90 percent of the incidents; in 2014 SMFD responded to 70% of the incidents within a 240-second travel time. When considering travel time, it is important to understand that travel time is affected by population density, traffic, construction zones, street closures, etc.
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 \"sustainablesm/t12-emergency-resp-times-fire-pbfu-vhjg\".\"t12_emergency_resp_times_fire\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.