Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 12 months ago
Energy, Air & Climate Impacts of City-Owned Buildings in Kansas City, MO (2016)
2016 Energy and Water consumption for city owned buildings submitted in 2017. This data is part of the Energy Empowerment Program aimed at allowing building owners to use data to make energy efficient decisions.
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 \"kcmo/energy-air-climate-impacts-of-cityowned-buildings-r4r6-zpzd\".\"energy_air_climate_impacts_of_cityowned_buildings\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.