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

10 rows where Calendar Year = 2020 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 4

  • MANHATTAN 4
  • BRONX 3
  • QUEENS 2
  • BROOKLYN 1

Property Type 1

  • Other - Education · 10 ✖

Calendar Year 1

  • 2020 · 10 ✖
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)
189108 189108 2020 2961640 Jewish Theological Seminary MANHATTAN 3080 Broadway Other - Education 127711 1151.3 97.04 586.6 564.7 1151.3 79.5 0.0 0.0   0.0 118.9
194254 194254 2020 5049424 Eldridge T. Gerry Clubhouse MANHATTAN 321 EAST 111 STREET Other - Education 50646 311.9 66.29 271.0 40.9 311.9 79.5 0.0 0.0   0.0 86.1
194624 194624 2020 5830330 Our Lady Queen of Angels MANHATTAN 229 East 112th Street Other - Education 37000 108.6 31.59 92.1 16.5 108.6 79.5 0.0 0.0   0.0 42.4
195375 195375 2020 6097486 274 East 175 Realty LLC BRONX 274 East 175th Street Other - Education 38000 241.2 68.32 233.6 7.7 241.2 79.5 0.0 0.0   0.0 84.6
198967 198967 2020 6312077 Marion McMahon Abbe Clubhouse QUEENS 133-01 41st Road Other - Education 38989 349.2 96.41 124.9 224.3 349.2 0.0 0.0 0.0   0.0 105.7
199050 199050 2020 6313389 Harriman Clubhouse MANHATTAN 287 East 10th Street Other - Education 50000 273.0 58.77 173.7 99.2 273.0 79.5 0.0 0.0   0.0 72.3
200496 200496 2020 6600785 The Hannah Senesh School - 342 Smith st BROOKLYN 342 Smith st Other - Education 26896 108.3 43.34 36.8 71.5 108.3 79.5 0.0 0.0   0.0 59.2
202100 202100 2020 6691051 Liberty Square Realty Corp BRONX 878 Brook Ave Other - Education 113105 17.7 1.68 0.0 17.7 17.7 79.5 0.0 0.0   0.0 2.0
206280 206280 2020 8911681 Mount Hope: 55 E 175th BRONX 55 East 175th Street Other - Education 45638 126.1 29.74 42.6 83.4 126.1 79.5 0.0 0.0   88.0 40.6
209444 209444 2020 13071360 68-61 Yellowstone Blvd QUEENS 68-61 Yellowstone Blvd Other - Education 147136 0.0 0.0 0.0 0.0 0.0 79.5 0.0 0.0   0.0 0.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 1774.759ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability