2023 Energy Benchmarking All Sites
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_2023_energy_benchmarking_4a31b754
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_2023_energy_benchmarking_4a31b754
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 benchmarking data for buildings in Group 5, as CY 2023 was the first year that these buildings were required to report to DEP.
Organization: Montgomery County of Maryland
Last updated: 2024-09-20T20:05:21.247368
Tags: 2023, benchmarking-law, building-energy, commercial-buildings, montgomery-county
CREATE TABLE table_1 (
"benchmarking_group" VARCHAR,
"espm_property_id" DOUBLE,
"building_name" VARCHAR,
"montgomery_county_building_id" VARCHAR,
"year_ending" BIGINT,
"benchmarking_report_status" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"year_built" BIGINT,
"number_of_buildings" BIGINT,
"primary_property_type_self_selected" VARCHAR,
"primary_property_type_epa_calculated" VARCHAR,
"reported_property_gross_floor_area" DOUBLE,
"energy_star_score" DOUBLE,
"electricity_kwh" DOUBLE -- Electricity (kWh),
"electricity_use_onsite_renewable_kwh" DOUBLE -- Electricity Use Onsite Renewable (kWh),
"natural_gas_therms" DOUBLE -- Natural Gas (therms),
"site_eui" DOUBLE,
"weather_normalized_site_eui" DOUBLE,
"source_eui" DOUBLE,
"weather_normalized_source_eui" DOUBLE,
"total_ghg_emissions_metric_tons_co2e" DOUBLE -- Total GHG Emissions (Metric Tons CO2e),
"ghg_emissions_intensity_kgco2e_ft" DOUBLE -- GHG Emissions Intensity (kgCO2e/ft²),
"direct_ghg_emissions_metric_tons_co2e" DOUBLE -- Direct GHG Emissions (Metric Tons CO2e),
"direct_ghg_emissions_intensity_kgco2e_ft" DOUBLE -- Direct GHG Emissions Intensity (kgCO2e/ft²)
);Anyone who has the link will be able to view this.