Energy And Water Use - Municipal Buildings
City of Los Angeles
@usgov.city_of_los_angeles_energy_and_water_use_municipal_buildings
City of Los Angeles
@usgov.city_of_los_angeles_energy_and_water_use_municipal_buildings
In the spirit of leading by example, the City released benchmarking information for municipal buildings. The data includes property name, location, property size (ft²), Energy STAR scores where available, energy intensity (kBTU/ft²), water use (kilo-gallons), total GHG emissions (Metric Tons CO₂e), and several more metrics.
Organization: City of Los Angeles
Last updated: 2020-11-10T17:52:09.954556
Tags: energy, water
CREATE TABLE table_1 (
"cartodb_id" BIGINT,
"the_geom" VARCHAR,
"indoor_water_use_all_water_sources_kgal" BIGINT,
"energy_star_score" BIGINT,
"property_gfa_self_reported_ft" BIGINT -- Property Gfa, Self Reported Ft,
"property_id" BIGINT,
"year_ending" VARCHAR,
"department" VARCHAR,
"property_name" VARCHAR,
"indirect_ghg_emissions_metric_tons_co2e" DOUBLE,
"direct_ghg_emissions_metric_tons_co2e" DOUBLE,
"total_ghg_emissions_intensity_kgco2e_ft" DOUBLE,
"total_ghg_emissions_metric_tons_co2e" DOUBLE,
"water_use_all_water_sources_kgal" DOUBLE,
"weather_normalized_source_eui_kbtu_ft" DOUBLE,
"weather_normalized_site_eui_kbtu_ft" DOUBLE,
"source_eui_kbtu_ft" DOUBLE,
"site_eui_kbtu_ft" DOUBLE,
"location_1" VARCHAR
);Anyone who has the link will be able to view this.