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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Total GHG (MtCO2e), Indirect GHG (MtCO2e), ENERGY STAR Score

Property Type 1

  • Bank/Financial Institution · 18 ✖

Calendar Year 1

  • 2011 · 18 ✖

Borough 1

  • MANHATTAN 18
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)
10361 10361 2011 2657497 Goldman Sachs Headquarters MANHATTAN 200 West Street Bank/Financial Institution 2,137,781 22.0 118402.9 179.61 22.0           0.0 118.9
10399 10399 2011 2686880 NYSE 11 Wa MANHATTAN 11 Wall St Bank/Financial Institution 370,000 10.0 290.92 80.49 10.0           0.0 327.9
10418 10418 2011 2653219 85 Broad S MANHATTAN 85 Broad Street Bank/Financial Institution 1,125,693                   0.0  
10419 10419 2011 2691165 1 William MANHATTAN 1 William Street Bank/Financial Institution 112,500 833.25 80080.53 153.23 680.01           0.0 82.9
10463 10463 2011 3093350 22 Thames MANHATTAN 22 Thames Street Bank/Financial Institution 97,589           184.11       0.0  
10524 10524 2011 2481084 NY3-222 222 Broadway MANHATTAN 222 Broadway Bank/Financial Institution 722,373 8.0 119.27 22.34 8.0           63.0 130.6
10528 10528 2011 3119096 116 NASSAU MANHATTAN 104-116 Nassau Street Bank/Financial Institution                        
12040 12040 2011 2606276 275 Madison Avenue MANHATTAN 275 Madison Avenue Bank/Financial Institution                        
12093 12093 2011 2743248 Newmark- 315 Park Avenue South MANHATTAN 315 Park Avenue South Bank/Financial Institution 343,568 2.0 62.76 454.54 1.0           86.0 75.5
12327 12327 2011 2725649 One Bryant MANHATTAN One Bryant Park Bank/Financial Institution 2,212,676 30.0 161458.5 17.0 13.0           0.0 213.4
12347 12347 2011 8604 114 MANHATTAN 114 West 47th st Bank/Financial Institution 572,369 3.0 56.45   3.0           86.0 63.8
13173 13173 2011 1603493 522 Fifth MANHATTAN 522 Fifth Avenue Bank/Financial Institution 547,349 3.0 59.03   3.0           80.0 77.2
13306 13306 2011 2719697 IDBBank Of MANHATTAN 511 5th Avenue Bank/Financial Institution 118,784 2.0 182.44 907.58 1.0           7.0 208.6
13339 13339 2011 1045358 320 Park A MANHATTAN 320 Park Avenue Bank/Financial Institution 721,979 5.0 74.65   5.0           75.0 88.3
13351 13351 2011 2662342 Fisher- Pa MANHATTAN 55 East 52nd Street Bank/Financial Institution 1,155,000 10.0 107639.0   10.0           59.0 102.8
13395 13395 2011 1045414 500 Park A MANHATTAN 500 Park Avenue Bank/Financial Institution 223,543 2.0 96.54   2.0           43.0 115.5
13429 13429 2011 1954047 Fisher - 2 MANHATTAN 299 Park Avenue Bank/Financial Institution 1,278,463 13.0 139930.7   13.0           51.0 122.8
13432 13432 2011 1172592 780 Third Avenue MANHATTAN 780 Third Avenue Bank/Financial Institution 487,501 3.0 66.31 95.91 3.0           76.0 81.6

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 19.77ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability