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

11 rows where Calendar Year = 2019 and Property Type = "Other - Education" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Direct GHG (MtCO2e), Grid Emissions Rate (kgCO2e/MBtu), ENERGY STAR Score

Borough 5

  • BRONX 5
  • MANHATTAN 3
  • BROOKLYN 1
  • QUEENS 1
  • STATEN IS 1

Property Type 1

  • Other - Education · 11 ✖

Calendar Year 1

  • 2019 · 11 ✖
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)
160762 160762 2019 2961640 Jewish Theological Seminary MANHATTAN 3080 Broadway Other - Education 262,638 1380.3 56707.68 643.3 737.0 1380.3 84.7 0.0 0.0   0.0 66.1
166393 166393 2019 5049424 Eldridge T. Gerry Clubhouse MANHATTAN 321 EAST 111 STREET Other - Education 50,646 455.8 98123.71 382.0 73.8 455.8 84.7 0.0 0.0   0.0 123.5
167609 167609 2019 6097486 274 East 175 Realty LLC BRONX 274 East 175th Street Other - Education 38,000 274.6 77783.34 266.9 7.7 274.6 84.7 0.0 0.0   0.0 96.2
171100 171100 2019 6297480 ACS - 2018228 - Bronx Residential Center (LL84) (Out of service) BRONX 170 East 210th St Other - Education 27,000 0.0 0.0 0.0 0.0 0.0 84.7 0.0 0.0   0.0 0.0
171610 171610 2019 6312077 Marion McMahon Abbe Clubhouse QUEENS 133-01 41st Road Other - Education 38,989 330.0 93475.97 118.8 211.1 330.0 0.0 0.0 0.0   0.0 98.0
171698 171698 2019 6313389 Harriman Clubhouse MANHATTAN 287 East 10th Street Other - Education 50,000 376.6 81073.69 291.2 85.4 376.6 84.7 0.0 0.0   0.0 99.4
173013 173013 2019 6579407 D & M King Realty LLC - 300 West Service rd STATEN IS 300 West Service rd Other - Education 47,862 261.7 59934.31 44.0 217.7 261.7 84.7 0.0 0.0   0.0 71.0
173282 173282 2019 6600785 The Hannah Senesh School - 342 Smith st BROOKLYN 342 Smith st Other - Education 26,896 144.4 59781.04 39.0 105.4 144.4 84.7 0.0 0.0   0.0 73.6
175037 175037 2019 6691051 Liberty Square Realty Corp BRONX 878 Brook Ave Other - Education 113,105 28.9 2752.89 0.0 28.9 28.9 84.7 0.0 0.0   0.0 3.0
179999 179999 2019 8729534 4300 Murdock Ave BRONX 4300 Murdock Ave Other - Education 38,912 1077.7 305269.87 920.5 157.1 1077.7 84.7 0.0 0.0   0.0 373.0
180036 180036 2019 8911681 Mount Hope: 55 E 175th BRONX 55 East 175th Street Other - Education 45,638 185.2 44299.43 65.2 120.0 185.2 84.7 0.0 0.0   73.0 58.0

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