Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 12 months ago
Monroe County Fire Districts
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The Fire Dispatch Zones define agency and station response areas for Fire Districts within Monroe County, Indiana. They were created for use within the Spillman computer aided dispatch (CAD) software used by Central Dispatch. Fire Dispatch Zones are also used to further characterize a service area or locations on a district by district basis.</SPAN></P></DIV></DIV></DIV>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 \"bloomington-in-gov/monroe-county-fire-districts-9bzi-jstz\".\"monroe_county_fire_districts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.