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 Borough = "BROOKLYN" and Property Type = "Entertainment/Culture" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), Grid Emissions Rate (kgCO2e/MBtu)

These facets timed out: Property Type

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 2

Borough 1

  • BROOKLYN · 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)
25801 25801 2012 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102177           0.0   0.0   0.0 113.3
26916 26916 2012 2716774 Linden Boulevard Multiplex BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69126           0.0   0.0   0.0 0.0
29994 29994 2012 2810838 FBE Prince Street LLC BROOKLYN 2 Prince Street Entertainment/Culture 92337           369.65   0.0   0.0 47.2
30917 30917 2012 2818360 Zion of Bobov BROOKLYN 1362-1368 50th Street Entertainment/Culture 60000           0.0   0.0   0.0 57.1
31959 31959 2012 2964326 UA Sheepshead Bay 14 & IMAX BROOKLYN 3907 Shore Parkway Entertainment/Culture 61798           0.0   0.0   0.0 91.2
18083 18083 2011 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102,177 212.75 22451.17 105.45 107.3           0.0 30.6
19012 19012 2011 2716774 Linden Bou BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69,126 704.87 109958.7 85.54 619.33           0.0 118.7
19509 19509 2011 2818360 Zion of Bo BROOKLYN 1362-1368 50th Street Entertainment/Culture 60,000 276.17 49544.44 122.92 153.25           0.0 65.7
20366 20366 2011 2964326 UA Sheepshead Bay 14 & IMAX BROOKLYN 3907 Shore Parkway Entertainment/Culture 61,798 488.09 86127.08 99.96 388.14           0.0 97.3
3525 3525 2010 2716774 Linden Boulevard Multiplex BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69,126 712.21 111103.73 109.39 602.83           0.0 122.6
7418 7418 2010 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102,177 223.13 23546.56 113.09 110.04           0.0 32.3

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