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

10 rows where Borough = "QUEENS" and Property Type = "Public Assembly" 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)

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 1

Property Type 1

  • Public Assembly · 10 ✖

Borough 1

  • QUEENS · 10 ✖
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)
34256 34256 2012 3305728 Schwartz Brothers: 114-03 Queens Blvd QUEENS 114-03 Queens Blvd Public Assembly 53550           0.0   0.0   0.0 42.3
35871 35871 2012 3544306 238-10 Hillside Avenue QUEENS 238-10 Hillside Avenue Public Assembly 54500           0.0   0.0   0.0 195.2
35872 35872 2012 3544307 32-23 Queens Boulevard QUEENS 32-23 Queens Boulevard Public Assembly 53150           0.0   0.0   0.0 125.2
35877 35877 2012 3544326 89-25 Parsons Boulevard QUEENS 89-25 Parsons Boulevard Public Assembly 103900           0.0   0.0   0.0 121.3
35923 35923 2012 3550340 Studio Square NYC QUEENS 35-37 36th Street Public Assembly 65904           0.0   0.0   0.0 69.4
20499 20499 2011 2748227 Long Island City YMCA QUEENS 32-23 Queens Boulevard Public Assembly 53,150 599.18 121688.94 224.16 375.02           0.0 154.4
21648 21648 2011 2647765 Flushing YMCA QUEENS 138-46 Northern Blvd Public Assembly 99,011 1.0 108.73 1.0 371.88           0.0 187.5
22121 22121 2011 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500 737.98 147102.65 320.22 417.76           0.0 185.7
22288 22288 2011 2748234 Jamaica YMCA QUEENS 89-25 Parsons Blvd. Public Assembly 103,900 847.79 88597.35 546.67 301.12           0.0 129.3
6287 6287 2010 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500 779.61 155400.82 347.53 432.08           0.0 198.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 102.197ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability