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 Calendar Year = 2013 and Property Type = "Other - Recreation" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property Name, Address 1, Floor Area (ft2), Direct GHG (MtCO2e)

Borough 4

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

Property Type 1

  • Other - Recreation · 9 ✖

Calendar Year 1

  • 2013 · 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)
37055 37055 2013 2638756 Coffey Sportplex BRONX 463 East Fordham Road Other - Recreation 232391 363.0 16.81 0.0 363.0 363.0 81.36108496       0.0 19.2
42151 42151 2013 2810224 Carnesecca Arena QUEENS 8000 Utopia Parkway Other - Recreation 247424 0.0 0.0 0.0 635.2 0.0 81.36108496       0.0 0.0
42194 42194 2013 2810357 Jack Kaiser Stadium QUEENS 8000 Utopia Parkway Other - Recreation 144000 1056.7 78.99 941.5 115.2 1056.7 81.36108496       0.0 133.0
42195 42195 2013 2810361 Taffner Field House QUEENS 8000 Utopia Parkway Other - Recreation 43000 276.6 69.24 83.5 193.1 276.6 81.36108496       0.0 91.8
42957 42957 2013 2825073 Coles Sports and Recreation Center MANHATTAN 181 Mercer Street Other - Recreation 177109 698.0 42.42 0.0 698.0 698.0 81.36108496       0.0 48.4
45407 45407 2013 3167378 1072_1294_1121 Bedford Avenue, Brooklyn BROOKLYN 1121 Bedford Avenue Other - Recreation 65000 407.5 67.48 166.6 240.9 407.5 81.36108496       0.0 93.8
46426 46426 2013 3526401 Vertical Projects, LLC MANHATTAN 330 East 61st Street Other - Recreation 115000 1832.1 171.48 778.7 1053.4 1832.1 81.36108496       0.0 240.2
47352 47352 2013 3942586 92nd Street Y MANHATTAN 1395 Lexington Ave Other - Recreation 207336 1868.8 97.02 1867.2 1.6 1868.8 81.36108496       0.0 144.8
47353 47353 2013 3942618 92nd Street Y MANHATTAN 1381 Lexington Ave Other - Recreation 207336 3216.8 167.0 1867.5 1349.3 3216.8 81.36108496       0.0 224.8

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