Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 2 hours ago
Energy and Water Data Disclosure for Local Law 84 2022 (Data for Calendar Year 2021)
This data is collected annually via EPA Portfolio Manager.
The data collection requires building owners to measure their energy and water consumption and compare it against that of similar buildings in the city and country.
The data is useful for policy analysts as it provides transparency into energy and water consumption for the city's largest buildings.
Please visit https://www1.nyc.gov/site/buildings/codes/benchmarking.page for additional information.
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/energy-and-water-data-disclosure-for-local-law-84-7x5e-2fxh\".\"energy_and_water_data_disclosure_for_local_law_84\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata