Open repository in Console
Readme
Updated 3 days ago
‧ Indexed 4 hours ago
Natural Gas Consumption
Monthly natural gas consumption data in Therms by Rate Classification (i.e. Residential, Commercial, Other Public Authority, Interdepartmental) and customer counts within the City of Mesa natural gas service territory. Consumption totals are for the month in which they are billed to the customer (“Billing Month”). Due to the constant reading of utility meters throughout the month, much of the consumption occurs in the month prior to the Billing Month.
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/natural-gas-consumption-6fji-qrbz\".\"natural_gas_consumption\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata