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 = "QUEENS" 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), Total GHG (MtCO2e), GHGI (kgCO2e/m2), Direct GHG (MtCO2e), Indirect GHG (MtCO2e), Site EUI (kBtu/ft2)

These facets timed out: Property Type

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 2

Borough 1

  • QUEENS · 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)
27441 27441 2012 2734844 College Point Multiplex QUEENS 28-55 Ulmer Street Entertainment/Culture 71815           0.0   0.0   0.0 150.2
31557 31557 2012 2902584 Bay Terrace Shopping Center-5-Cinema QUEENS 211-01 26th Ave Entertainment/Culture 22092           0.0   0.0   0.0 60.5
31700 31700 2012 2936194 astoria ice QUEENS 34-37 37th street Entertainment/Culture 53550           0.0   0.0   0.0 56.1
33435 33435 2012 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95384           0.0   0.0   0.0 74.5
34247 34247 2012 3295026 Northern RKO LLC QUEENS 135-29 Northern Boulevard Entertainment/Culture 103131           0.0   0.0   0.0 0.0
20627 20627 2011 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95,384 621.24 70389.11 138.01 483.23           0.0 81.2
20628 20628 2011 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95,384 621.24 70389.11 138.01 483.23           0.0 81.2
21548 21548 2011 2734844 College Po QUEENS 28-55 Ulmer Street Entertainment/Culture 71,815 898.1 136155.75 145.67 752.42           0.0 149.7
21840 21840 2011 2902584 Bay Terrac QUEENS 211-01 26th Ave Entertainment/Culture 22,092 123.31 60331.66 3.57 119.74           0.0 60.8
3527 3527 2010 2734844 College Point Multiplex QUEENS 28-55 Ulmer Street Entertainment/Culture 71,815 903.81 137021.41 177.0 726.8           0.0 154.1
3667 3667 2010 1755636 Citi Field QUEENS Citi Field Entertainment/Culture 1,242,968                   0.0 55.9

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