Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 5 hours ago
NYC Greenhouse Gas Emissions Inventory
The Inventory of New York City Greenhouse Gas Emissions is an annual report that measures where emissions come from and tracks the City’s progress in reducing them. You can find the inventories on the MOCEJ website: https://climate.cityofnewyork.us/initiatives/nyc-greenhouse-gas-inventories/
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 \"cityofnewyork-us/nyc-greenhouse-gas-emissions-inventory-wq7q-htne\".\"nyc_greenhouse_gas_emissions_inventory\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata