Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 5 hours ago
2021 Kansas City Energy and Water Consumption Benchmarking for Community-Wide Buildings
The 2021 Energy and Water consumption sent to the City by owners of buildings 50,000 SQFT or greater using the Energy Star Portfolio Manager tool. Data is required by the Energy Empowerment Ordinance in Kansas City, Missouri. The data was collected in 2022 and might be appended as new submissions come in.
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/2021-kansas-city-energy-and-water-consumption-j5a7-mcmg\".\"2021_kansas_city_energy_and_water_consumption\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata