Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 minutes ago
Energy and Water Data Disclosure for Local Law 84 2011 (Data for Calendar Year 2010)
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-kswi-37bp\".\"energy_and_water_data_disclosure_for_local_law_84\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata