Open repository in Console
Readme
Updated 13 hours ago
‧ Indexed 41 minutes ago
City Energy Usage
Monthly summary of electric energy used by all City facilities. Use is measured by (kWh) by facility. The data is sourced from internal utility billing systems (CIS) and external (Salt River Project Utility Bills). Although update job runs daily, the source data is updated monthly and is delayed by up to 30 days for the prior billing period.
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 \"citydata-mesaaz-gov/city-energy-usage-ksen-g4gs\".\"city_energy_usage\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata