Water Hydrants
This dataset shows true location of City-owned water hydrants in City of Calgary. The hydrant location is at the end of a hydrant lead connected to water pipe. For more information visit http://www.calgary.ca/UEP/Water/Pages/Water-and-wastewater-systems/Fire-Hydrants.aspx
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 \"calgary-ca/water-hydrants-5qgc-b482\".\"water_hydrants\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.