Summary — Key Metrics (start here)
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Calendar Year = 2012 and Property Type = "Automobile Dealership" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Postal Code, Year Built
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 26617 | 26617 | 2012 | 2707343 | MBM, 514 11th Avenue | MANHATTAN | 514 11th Avenue | 10,018 | Automobile Dealership | 411153 | 1967 | 0 | 29.3 | 32.3 | 51.8 | 3783997.82 | 8269632.26 | 0.0 | 0.0 | 0.0 | 0.0 | 1010690001 | 1000000 | ||||||
| 30957 | 30957 | 2012 | 2820270 | 706 MANHATTAN LLC | MANHATTAN | 706 11 AVENUE | 10,019 | Automobile Dealership | 65625 | 1930 | 0 | 82.7 | 82.7 | 159.3 | 2082684.8 | 3343400.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1010790003 | 1080967 | ||||||
| 30958 | 30958 | 2012 | 2820273 | Potamkin Developement LLC | MANHATTAN | 2495 2 AVENUE | 10,035 | Automobile Dealership | 91256 | 2004 | 0 | 69.9 | 69.9 | 173.4 | 3989310.4 | 2387600.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1017920005 | 1087849 | ||||||
| 32339 | 32339 | 2012 | 3029926 | MBM, 770 11th Ave | MANHATTAN | 770 11th Avenue | 10,019 | Automobile Dealership | 330000 | 2009 | 0 | 104.6 | 109.4 | 256.4 | 21132161.79 | 13386908.82 | 0.0 | 0.0 | 0.0 | 0.0 | 1010827501 | 1088726 | ||||||
| 32685 | 32685 | 2012 | 3104030 | 711 11 AVENUE | MANHATTAN | 711 11 AVENUE | 10,019 | Automobile Dealership | 115500 | 1930 | 0 | 29.6 | 32.2 | 64.3 | 1677976.51 | 1735865.3 | 0.0 | 0.0 | 0.0 | 0.0 | 1010980036 | 1027135 | ||||||
| 35934 | 35934 | 2012 | 3552308 | Dana Motors | STATEN IS | 266 West Service Rd | 10,314 | Automobile Dealership | 72000 | 1987 | 0 | 23.8 | 24.2 | 56.6 | 993897.99 | 719400.0 | 0.0 | 0.0 | 0.0 | 0.0 | 5026540045 | 5041860 |
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");