Summary — Key Metrics (start here)
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Borough = "STATEN IS" and Property Type = "House of Worship" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Property Name, Address 1, Postal Code, Floor Area (ft2), Year Built, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 30367 | 30367 | 2012 | 2815019 | Lavelle Hall | STATEN IS | 300 Howard Avenue | 10,301 | House of Worship | 25700 | 1938 | 13 | 123.0 | 125.0 | 187.4 | 691397.1 | 352200.0 | 0.0 | 2116833.1 | 0.0 | 0.0 | 5005930500 | 5106892 | ||||||
| 33632 | 33632 | 2012 | 3126882 | Pious Society of St Paul | STATEN IS | 2187 Victory Blvd | 10,314 | House of Worship | 82375 | 1968 | 44 | 32.8 | 36.8 | 53.4 | 685349.73 | 2015200.0 | 0.0 | 0.0 | 0.0 | 0.0 | 5004630001 | 5106787 | ||||||
| 22569 | 22569 | 2011 | 3126882 | Pious Soci | STATEN IS | 2187 Victory Blvd | 10,314 | House of Worship | 82,375 | 1968 | 8 | 71.7 | 76.0 | 95.0 | 343.44 | 45082.36 | 276.19 | 67.24 | 716.0 | 5.0 | 5000630001 | 5106787 | ||||||
| 22598 | 22598 | 2011 | 2815019 | Lavelle Hall | STATEN IS | 300 Howard Avenue | 10,301 | House of Worship | 25,700 | 1938 | 16 | 114.4 | 117.5 | 182.4 | 220.49 | 94933.29 | 152.13 | 68.36 | 728.0 | 524.0 | 1.0 | 5005930500 | ||||||
| 22728 | 22728 | 2011 | 3117867 | Gateway Ca | STATEN IS | 200 Boscombe Avenue | 10,309 | House of Worship | 61,673 | 1995 | 11 | 58.7 | 61.1 | 144.1 | 283.17 | 49967.44 | 74.5 | 208.67 | 2.0 | 1.0 | 5075770003 | BIN# 5118310 | ||||||
| 7778 | 7778 | 2010 | 2815019 | Lavelle Hall | STATEN IS | 300 Howard Avenue | 10,301 | House of Worship | 25,700 | 7 | 152.9 | 153.7 | 228.5 | 298.11 | 128353.05 | 222.01 | 76.1 | 810.0 | 366.0 | 2.0 | 5005930500 | 5106892 |
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");