Open repository in Console
Readme
Updated 8 years ago
‧ Indexed 1 hour ago
Community Greenhouse Gas Inventory Data
This data set contains communitywide greenhouse gas emissions data in Kansas City, Missouri. This data was used to create the 2013 GHG emissions inventory. See also data sets for government operations and community descriptive characteristics, which was used to create these estimates.
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 \"kcmo/community-greenhouse-gas-inventory-data-njyf-fmur\".\"community_greenhouse_gas_inventory_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.