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

16 rows where Calendar Year = 2015 and Property Type = "Other - Education" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ENERGY STAR Score

Borough 4

  • MANHATTAN 8
  • BROOKLYN 3
  • BRONX 2
  • QUEENS 2

Property Type 1

  • Other - Education · 16 ✖

Calendar Year 1

  • 2015 · 16 ✖
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)
63981 63981 2015 2609513 Leo Engineering Building BRONX 3825 Corlear Avenue Other - Education 161880 725.5 48.24 458.4 267.0 725.5 82.9 0.0 0.0   0.0 73.2
63983 63983 2015 2610158 Research and Learning Center BRONX 3840 Corlear Avenue Other - Education 57000 233.7 44.13 44.2 189.5 233.7 82.9 0.0 0.0   0.0 54.7
64190 64190 2015 4802533 Dominican Commercial QUEENS 161-06 89th Avenue Other - Education 60264 352.3 62.93 259.6 92.7 352.3 82.9 0.0 0.0   0.0 86.7
67519 67519 2015 2961640 Jewish Theological Seminary MANHATTAN 3080 Broadway Other - Education 262638 1735.9 71.14 977.0 759.0 1735.9 82.9 0.0 0.0   0.0 85.4
67730 67730 2015 1819837 Center for Automotive Education and Training QUEENS 15-30 Petracca Place Other - Education 92705 508.7 59.06 169.2 339.5 508.7 82.9 0.0 0.0   0.0 78.5
69164 69164 2015 2809987 McVickar MANHATTAN 622 West 113th Street Other - Education 52544 270.6 55.43 0.0 270.6 270.6 82.9 0.0 0.0   0.0 62.1
69176 69176 2015 3106292 Armstrong MANHATTAN 545 West 112th street Other - Education 59072 244.0 44.46 100.9 143.1 244.0 82.9 0.0 0.0   0.0 57.5
69178 69178 2015 3111556 Knox Hall MANHATTAN 606 west 122nd Street Other - Education 52009 140.1 29.0 7.0 133.1 140.1 82.9 0.0 0.0   0.0 33.4
69191 69191 2015 3117534 Studebaker MANHATTAN 615 West 131st Street Other - Education 175578 1476.5 90.52 315.2 1161.3 1476.5 82.9 0.0 0.0   0.0 113.5
69775 69775 2015 2601646 79 Fifth Avenue LLC MANHATTAN 79 Fifth Avenue Other - Education 271596 1987.9 78.78 537.9 1449.9 1987.9 82.9 0.0 0.0   0.0 101.7
69980 69980 2015 2777318 Barnard Millbank   West 120th St Other - Education 221000 1236.2 60.21 337.0 899.2 1236.2 82.9 0.0 0.0   0.0 77.0
70836 70836 2015 2943912 Cong Machne Chaim BROOKLYN 6101 16th Ave Other - Education 61148 236.0 41.54 114.1 121.9 236.0 82.9 0.0 0.0   0.0 59.2
76063 76063 2015 2636742 ABS - 380 Second Avenue MANHATTAN 380 Second Avenue Other - Education 198000 1213.2 65.95 257.1 956.1 1213.2 82.9 0.0 0.0   0.0 76.0
76549 76549 2015 5038333 SEPHARDIC COMMUNITY: 1901 OCEAN PARKWAY BROOKLYN 1901 OCEAN PARKWAY Other - Education 86690 999.5 124.1 443.2 556.3 999.5 82.9 0.0 0.0   0.0 173.6
76636 76636 2015 3103489 Myrtle Hall BROOKLYN 536 Myrtle Ave Other - Education 120000 918.5 82.39 371.8 546.7 918.5 82.9 0.0 0.0   3.0 113.3
78396 78396 2015 5049424 BUILD-MT HOPE HOUSING MANHATTAN 321 EAST 111 STREET Other - Education 50646 109.3 23.23 41.1 68.2 109.3 82.9 0.0 0.0   0.0 31.5

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