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

9 rows where Borough = "BRONX" and Property Type = "Education" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Address 1

Calendar Year 3

  • 2010 4
  • 2012 3
  • 2011 2

Property Type 1

  • Education · 9 ✖

Borough 1

  • BRONX · 9 ✖
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)
23639 23639 2012 2609513 Leo Engineering Building BRONX 3825 Corlear Avenue Education 161880           0.0   0.0   0.0 53.4
23644 23644 2012 2610158 Research and Learning Center BRONX 3840 Corlear Avenue Education 57000           0.0   0.0   0.0 52.4
35430 35430 2012 3532549 Icahn Charter Schools BRONX 1500 Pelham Parkway South Education 107019           0.0   0.0   0.0 0.0
17828 17828 2011 2610158 Research a BRONX 3840 Corlear Avenue Education 57,000 287.97 54380.36 38.46 249.51           0.0 59.3
17829 17829 2011 2609513 Leo Engine BRONX 3825 Corlear Avenue Education 161,880 793.34 53039.95 432.96 360.39           0.0 60.6
3257 3257 2010 2636736 Rose Hill BRONX 441 E Fordham Road Education 1,800,000 13.0 139930.7 7.0 6.0           0.0 110.0
9566 9566 2010 2814906 T.E 755 Coop City Associates LLC BRONX 755 Coop City Boulevard Education 37,911 312.67 90960.77 79.8 232.87           0.0 105.0
10031 10031 2010 2814508 Cardinal Hayes High School BRONX 650 Grand Concourse Education 208,292 1.0 51.75 742.89 312.3           0.0 66.5
10039 10039 2010 2815031 Saint Philip Neri School BRONX 3025 Grand Concourse Education 55,650 306.5 59984.28 272.64 33.85           0.0 75.4

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