PUBLICSAFETY_FireRescueDistricts
Fire Rescue Districts are areas which represent Cambridge Rescue teams housed in fire stations and areas which each rescue truck will be dispatched. Each fire station has Engine companies. Some have Rescue teams. Each Rescue District is used by the Emergency Communication Center (ECC) to dispatch emergency vehicles and first responders.
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 \"cambridgema-gov/publicsafetyfirerescuedistricts-gacg-xmqx\".\"publicsafetyfirerescuedistricts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.