Open repository in Console
Readme
Updated over 11 years ago
‧ Indexed 11 months ago
Greenhouse Gas Emissions from Government Buildings and Other Facilities
from the 2010 Government Operations Greenhouse Gas Emissions Inventory
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 \"performance-smcgov/greenhouse-gas-emissions-from-government-buildings-7sun-e4n7\".\"greenhouse_gas_emissions_from_government_buildings\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.