Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 6 hours ago
Pumping Station Locations
A pump station is a holding chamber that pumps liquids to a required area. Using transfer pumps they are installed when liquid is unable to be gravity-fed to the required location.
This dataset can be used in conjunction with other related datasets:
<ul><li><a href="https://data.melbourne.vic.gov.au/Assets-Infrastructure/Drainpipes/3bff-vaa5">Drainage</a></li><li><a href="https://data.melbourne.vic.gov.au/Assets-Infrastructure/Litter-Trap/4spx-8bh5">Litter Traps</a></li><li><a href="https://data.melbourne.vic.gov.au/Assets-Infrastructure/Stormwater-Pits/psq9-yz4x">Stormwater pits</a></li></ul>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 \"melbourne-vic-gov-au/pumping-station-locations-55z9-zqzu\".\"pumping_station_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata