Summary — Key Metrics (start here)
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
5 rows where Calendar Year = 2012 and Property Type = "Retail Store" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: ENERGY STAR Score, Site EUI (kBtu/ft2), Weather Norm Site EUI (kBtu/ft2), Source EUI (kBtu/ft2), Electricity (kBtu), Natural Gas Use (kBtu)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 35964 | 35964 | 2012 | 3568111 | Lowes 1583 | STATEN IS | 2171 FOREST AVENUE | 10,303 | Retail Store | 113270 | 2003 | Not Available | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 5012500011 | 5141899 | ||||||
| 35969 | 35969 | 2012 | 3568953 | Lowes 1674 | BROOKLYN | 118 2ND AVENUE | 11,215 | Retail Store | 132984 | 2004 | Not Available | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 3010070118 | 3022201 | ||||||
| 35970 | 35970 | 2012 | 3568984 | Lowes 2284 | BROOKLYN | 5602 AVENUE U | 11,234 | Retail Store | 99811 | 2010 | 75 | 115.2 | 117.6 | 332.7 | 10110740.2 | 1389151.9 | 0.0 | 0.0 | 0.0 | 0.0 | 3084700114 | 3343224 | ||||||
| 35971 | 35971 | 2012 | 3569043 | Lowes 1597 | STATEN IS | 2790 ARTHUR KILL ROAD | 10,309 | Retail Store | 116518 | 2012 | 77 | 69.6 | 0.0 | 207.9 | 7517318.3 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 5071050520 | 5158451 | ||||||
| 36097 | 36097 | 2012 | 3631198 | 4181-Staten Island Mall | STATEN IS | 2655 Richmond Ave | 10,314 | Retail Store | 615000 | 1900 | Not Available | 31.2 | 34.1 | 32.7 | 0.0 | 19178700.2 | 0.0 | 0.0 | 0.0 | 0.0 | 5024000180 | 5039658 |
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");