Estimated greenhouse gas emissions generated by Degraves St Recycling Facility 2016
These are estimated greenhouse gas emissions produced at the City of Melbourne's Degraves Street Recycling Facility, based on calculations on the amount of waste processed. No direct CO2 measurements are taken.
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/estimated-greenhouse-gas-emissions-generated-by-necc-34pz\".\"estimated_greenhouse_gas_emissions_generated_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.