2022 Energy Benchmarking All Sites
The Energy Benchmarking Law requires the County to make annually reported energy benchmarking information readily available to the public. This dataset reflects data received by the publish date and does not include individually attributable data for buildings in Group 3 and 4, as CY 2022 was the first year that these buildings were required to report to DEP.
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 \"montgomerycountymd-gov/2022-energy-benchmarking-all-sites-a2za-msqw\".\"2022_energy_benchmarking_all_sites\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.