Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Fire Hydrants
<DIV STYLE="text-align:Left;font-size:12pt"><P><SPAN>This data layer contains the locations of fire hydrants in Bloomington, Indiana. Hydrants owned by City of Bloomington Utilities (CBU) and privately owned hydrants are represented in this layer.</SPAN></P></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/fire-hydrants-fvmi-seaw\".\"fire_hydrants\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.