Summary — Key Metrics (start here)
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Calendar Year = 2011 and Property Type = "Recreation" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Address 1, Postal Code, Total GHG (MtCO2e), Electricity (kBtu), BBL, BIN
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10939 | 10939 | 2011 | 2825073 | Coles Sports and Recreation Center | MANHATTAN | 181 Mercer Street | 10,012 | Recreation | 177,109 | 1981 | 0 | 46.8 | 46.8 | 156.4 | 778.82 | 47362.38 | 778.82 | 8.0 | 1005240066 | 1008243 | ||||||||
| 14319 | 14319 | 2011 | 2783462 | The Jewish | MANHATTAN | 1109 5th Avenue | 10,128 | Recreation | 85,000 | 1904 | 0 | 195.8 | 194.9 | 288.0 | 1.0 | 126.63 | 721.54 | 288.88 | 3.0 | 13.0 | 1015040001 | 1047052 | ||||||
| 17000 | 17000 | 2011 | 2638756 | Coffey Spo | BRONX | 463 East Fordham Road | 10,458 | Recreation | 232,391 | 1991 | 0 | 16.0 | 16.0 | 53.3 | 348.3 | 16159.77 | 348.3 | 3.0 | 2032730001 | |||||||||
| 21971 | 21971 | 2011 | 2810224 | Carnesecca | QUEENS | 8000 Utopia Parkway | 11,439 | Recreation | 247,424 | 1959 | 0 | 126.0 | 126.0 | 209.4 | 1.0 | 43.58 | 1.0 | 784.82 | 8.0 | 22.0 | 4070210001 | 4439412 | ||||||
| 21977 | 21977 | 2011 | 2810357 | Jack Kaise | QUEENS | 8000 Utopia Parkway | 11,439 | Recreation | 144,000 | 1964 | 0 | 136.8 | 137.8 | 167.5 | 1.0 | 74.75 | 966.92 | 143.03 | 1.0 | 18.0 | 4070210001 | 4439412 | ||||||
| 21984 | 21984 | 2011 | 2810361 | Taffner Fi | QUEENS | 8000 Utopia Parkway | 11,439 | Recreation | 43,000 | 2004 | 0 | 121.8 | 129.5 | 262.4 | 381.55 | 95510.84 | 144.11 | 237.44 | 2.0 | 2.0 | 4070210100 |
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");