NYC Climate Budgeting Report: Forecast of Citywide Emissions
This dataset contains the estimated emissions and activity remaining in each of the modeled scenarios. For more detail on the changes from forecast year to forecast year, please refer to <a href="https://data.cityofnewyork.us/City-Government/NYC-Climate-Budgeting-Report-Forecast-of-Emissions/3z69-v9cd" rel="noopener noreferrer" target="_blank">"Forecast of Emissions and PM 2.5 Reductions from City Actions"</a> dataset as this contains the reductions for each scenario. For more detail on the conversion from activity value to emissions, please refer to the <a href=https://data.cityofnewyork.us/dataset/NYC-Climate-Budgeting-Report-Emission-Factors/umve-k9rk" rel="noopener noreferrer" target="_blank">"Emissions Factors"</a> dataset. This dataset is going to be updated once a year during the Executive Budget.
You can find the complete collection of Climate Budget data by <a href="https://data.cityofnewyork.us/browse?Data-Collection_Data-Collection=Climate+Budgeting" rel="noopener noreferrer" target="_blank">clicking here.</a>
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-climate-budgeting-report-forecast-of-citywide-czei-7bxd\".\"nyc_climate_budgeting_report_forecast_of_citywide\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.