home / nyc_ll84

GHG — Emissions and Intensity

Total, direct, indirect, and net GHG emissions. Includes GHGI (kgCO2e/m²) calculated for all years.

Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability

19 rows where Calendar Year = 2010 and Property Type = "Bank/Financial Institution" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), Total GHG (MtCO2e), GHGI (kgCO2e/m2), Indirect GHG (MtCO2e), ENERGY STAR Score, Site EUI (kBtu/ft2)

Borough 2

  • MANHATTAN 18
  • STATEN IS 1

Property Type 1

  • Bank/Financial Institution · 19 ✖

Calendar Year 1

  • 2010 · 19 ✖
Link rowid Calendar Year ▲ Property ID Property Name Borough Address 1 Property Type Floor Area (ft2) Total GHG (MtCO2e) GHGI (kgCO2e/m2) Direct GHG (MtCO2e) Indirect GHG (MtCO2e) Net GHG (MtCO2e) Grid Emissions Rate (kgCO2e/MBtu) Avoided GHG Onsite (MtCO2e) Avoided GHG Offsite (MtCO2e) National Median GHG (MtCO2e) ENERGY STAR Score Site EUI (kBtu/ft2)
1001 1001 2010 1421828 One Wall MANHATTAN One Wall Street Bank/Financial Institution 1,112,533 10.0 107639.0 50.38 10.0           72.0 112.3
3150 3150 2010 2504354 NY3-002 WFC South Tower MANHATTAN 2 World Financial Center Bank/Financial Institution 2,456,626 26.0 139930.7 202.24 25.0           51.0 131.9
3152 3152 2010 2481084 NY3-222 222 Broadway MANHATTAN 222 Broadway Bank/Financial Institution 722,373 8.0 119.27 21.2 8.0           60.0 135.2
4034 4034 2010 1045358 320 Park Avenue MANHATTAN 320 Park Avenue Bank/Financial Institution 750,000 5.0 71.76   5.0           79.0 78.9
4037 4037 2010 1045414 500 Park Avenue MANHATTAN 500 Park Avenue Bank/Financial Institution 223,543 2.0 96.54   2.0           43.0 117.6
4257 4257 2010 1603493 522 Fifth Avenue KPI MANHATTAN 522 Fifth Avenue Bank/Financial Institution 547,349 4.0 78.71   4.0           78.0 84.2
4552 4552 2010 2691165 1 William Street MANHATTAN 1 William Street Bank/Financial Institution 112,500 872.41 83844.05 162.74 709.67           0.0 86.9
4781 4781 2010 2648166 500 Park Avenue MANHATTAN 500 Park Avenue Bank/Financial Institution 223,543 2.0 96.54   2.0           42.0 109.6
4834 4834 2010 2719697 IDBBank Of New York- 511 Fifth Avenue MANHATTAN 511 5th Avenue Bank/Financial Institution 118,784 1.0 91.22 514.64 1.0           11.0 169.9
5103 5103 2010 1954047 Fisher - 299 Park Avenue MANHATTAN 299 Park Avenue Bank/Financial Institution 1,278,463 15.0 161458.5   15.0           45.0 141.9
5105 5105 2010 2662342 Fisher- Park Ave Plaza - 53 E 52nd St MANHATTAN 53 East 52nd Street Bank/Financial Institution 1,155,000 9.0 96875.1   9.0           65.0 93.9
5685 5685 2010 1603493 522 Fifth Avenue KPI MANHATTAN 522 Fifth Avenue Bank/Financial Institution 547,349 4.0 78.71   4.0           78.0 84.2
5718 5718 2010 2653219 85 Broad Street MANHATTAN 85 Broad Street Bank/Financial Institution 978,024 12.0 132.07   12.0           25.0 137.6
5723 5723 2010 2743248 Newmark- 315 Park Avenue South MANHATTAN 315 Park Avenue South Bank/Financial Institution 343,568 2.0 62.76 571.17 2.0           81.0 86.3
6544 6544 2010 2543873 AXA Equitable Tower West (2) MANHATTAN 787 7th Avenue Bank/Financial Institution 1,711,867                   0.0  
7052 7052 2010 2792750 Manor Road Shopping Center STATEN IS 756 - 778A Manor Road Bank/Financial Institution 57,418 203.71 38468.67   203.71           89.0 37.8
7740 7740 2010 1172592 780 Third Avenue MANHATTAN 780 Third Avenue Bank/Financial Institution 487,275 3.0 66.31 111.62 3.0           72.0 87.3
8423 8423 2010 8604 114 MANHATTAN 114 West 47th st Bank/Financial Institution 572,369 3.0 56.45   3.0           84.0 67.9
8429 8429 2010 2725649 One Bryant Park MANHATTAN One Bryant Park Bank/Financial Institution 2,212,676 31.0 166840.45 10.0 20.0           41.0 191.2

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE ghg(
  "Calendar Year" INT,
  "Property ID" TEXT,
  "Property Name" TEXT,
  Borough TEXT,
  "Address 1" TEXT,
  "Property Type" TEXT,
  "Floor Area (ft2)" TEXT,
  "Total GHG (MtCO2e)" REAL,
  "GHGI (kgCO2e/m2)",
  "Direct GHG (MtCO2e)" REAL,
  "Indirect GHG (MtCO2e)" REAL,
  "Net GHG (MtCO2e)" REAL,
  "Grid Emissions Rate (kgCO2e/MBtu)" REAL,
  "Avoided GHG Onsite (MtCO2e)" REAL,
  "Avoided GHG Offsite (MtCO2e)" REAL,
  "National Median GHG (MtCO2e)" REAL,
  "ENERGY STAR Score" REAL,
  "Site EUI (kBtu/ft2)" REAL
);
CREATE INDEX "idx_ghg_Calendar Year" ON [ghg] ("Calendar Year");
CREATE INDEX "idx_ghg_Property ID" ON [ghg] ("Property ID");
CREATE INDEX "idx_ghg_Borough" ON [ghg] ("Borough");
CREATE INDEX "idx_ghg_Property Type" ON [ghg] ("Property Type");
Powered by Datasette · Queries took 1112.776ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability