Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 2 hours ago
Energy and Water Data Disclosure for Local Law 84 2015 (Data for Calendar Year 2014)
Data and metrics on water and energy consumption in privately owned buildings over 25,000 ft2 and in City-owned buildings over 10,000 ft2.
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-nbun-wekj\".\"energy_and_water_data_disclosure_for_local_law_84\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata