Summary — Key Metrics (start here)
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
3 rows where Borough = "BRONX" and Property Type = "Service (Vehicle Repair/Service, Postal Service)" sorted by Calendar Year descending
This data as json, CSV (advanced)
These facets timed out: Property Type
| Link | rowid | Calendar Year ▲ | Property ID | Property Name | Borough | Address 1 | Postal Code | Property Type | Floor Area (ft2) | Year Built | Number of Buildings | ENERGY STAR Score | Site EUI (kBtu/ft2) | Weather Norm Site EUI (kBtu/ft2) | Source EUI (kBtu/ft2) | Total GHG (MtCO2e) | GHGI (kgCO2e/m2) | Direct GHG (MtCO2e) | Indirect GHG (MtCO2e) | Electricity (kBtu) | Natural Gas Use (kBtu) | District Steam Use (kBtu) | Fuel Oil #2 Use (kBtu) | Fuel Oil #4 Use (kBtu) | Fuel Oil #5 & 6 Use (kBtu) | Water Use (kgal) | BBL | BIN |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24864 | 24864 | 2012 | 2663193 | The FEGS Weinberg Center | BRONX | 3600 Jerome Avenue | 10,467 | Service (Vehicle Repair/Service, Postal Service) | 77220 | 1929 | 0 | 56.7 | 57.7 | 151.4 | 3117203.2 | 188800.0 | 0.0 | 1074435.3 | 0.0 | 0.0 | 2033290085 | 2017852 | ||||||
| 34849 | 34849 | 2012 | 3508368 | Bronx 104 | BRONX | 635 Zerega Avenue | 10,473 | Service (Vehicle Repair/Service, Postal Service) | 135700 | 2001 | 0 | 43.4 | 43.4 | 127.5 | 4854654.14 | 1035845.26 | 0.0 | 0.0 | 0.0 | 0.0 | 2035760050 | 2114541 | ||||||
| 6993 | 6993 | 2010 | 2812380 | Zerega | BRONX | 1037 Zerega Ave | 10,462 | Service (Vehicle Repair/Service, Postal Service) | 83,919 | 0 | 2038270142 | 2114565 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE summary(
"Calendar Year" INT,
"Property ID" TEXT,
"Property Name" TEXT,
Borough TEXT,
"Address 1" TEXT,
"Postal Code" TEXT,
"Property Type" TEXT,
"Floor Area (ft2)" TEXT,
"Year Built" TEXT,
"Number of Buildings" TEXT,
"ENERGY STAR Score" TEXT,
"Site EUI (kBtu/ft2)" REAL,
"Weather Norm Site EUI (kBtu/ft2)" REAL,
"Source EUI (kBtu/ft2)" REAL,
"Total GHG (MtCO2e)" REAL,
"GHGI (kgCO2e/m2)",
"Direct GHG (MtCO2e)" REAL,
"Indirect GHG (MtCO2e)" REAL,
"Electricity (kBtu)" REAL,
"Natural Gas Use (kBtu)" REAL,
"District Steam Use (kBtu)" REAL,
"Fuel Oil #2 Use (kBtu)" REAL,
"Fuel Oil #4 Use (kBtu)" REAL,
"Fuel Oil #5 & 6 Use (kBtu)" REAL,
"Water Use (kgal)" REAL,
BBL TEXT,
BIN TEXT
);
CREATE INDEX "idx_summary_Calendar Year" ON [summary] ("Calendar Year");
CREATE INDEX "idx_summary_Property ID" ON [summary] ("Property ID");
CREATE INDEX "idx_summary_Borough" ON [summary] ("Borough");
CREATE INDEX "idx_summary_Property Type" ON [summary] ("Property Type");
CREATE INDEX "idx_summary_Postal Code" ON [summary] ("Postal Code");