NYSERDA Building Energy Data Exchange Specification (BEDES)
The Building Energy Data Exchange Specification (BEDES, pronounced "beads" or /bi:ds/) is a dictionary of terms, definitions, and field formats that was created to help address a lack of standardization in terminology and vernacular for quantities. It is a dictionary upon which interoperable schema, databases and software tools can be built. The Department of Energy has begun using BEDES in its publicly available building energy-efficiency tools and can be used by private-sector software tools and databases.
This dataset is an inventory of NYSERDA Open NY datasets and data labels that have been mapped to a corresponding BEDES term.
For more information regarding BEDES data, please visit: https://www.energy.gov/eere/buildings/building-energy-data-exchange-specification-bedes
The New York State Energy Research and Development Authority (NYSERDA) offers objective information and analysis, innovative programs, technical expertise, and support to help New Yorkers increase energy efficiency, save money, use renewable energy, accelerate economic growth, and reduce reliance on fossil fuels. To learn more about NYSERDA’s programs, visit nyserda.ny.gov or follow us on X, Facebook, YouTube, or Instagram.
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 \"ny-gov/nyserda-building-energy-data-exchange-man9-y8du\".\"nyserda_building_energy_data_exchange\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.