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

13 rows where Borough = "QUEENS" and Property Type = "Not Available" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Floor Area (ft2), Site EUI (kBtu/ft2)

Property Type 1

  • Not Available · 13 ✖

Calendar Year 1

  • 2012 13

Borough 1

  • QUEENS · 13 ✖
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)
31602 31602 2012 2916917 Liberty Realty QUEENS 165-08 Liberty Avenue Not Available 0           0.0   0.0   0.0 0.0
31649 31649 2012 2924310 Ace Wire & Cable Co., Inc. QUEENS 72-01 51st Avenue Not Available 0           0.0   0.0   0.0 0.0
33002 33002 2012 3113757 Booth Manor Condo QUEENS 63-47 Booth St., Not Available 0           0.0   0.0   0.0 0.0
34301 34301 2012 3313994 Flushing Tower Condo QUEENS 3370 Prince Street Not Available 0           0.0   0.0   0.0 0.0
34855 34855 2012 3510342 Maspeth QUEENS 58-77 57th St Not Available 0           0.0   0.0   0.0 0.0
34930 34930 2012 3517504 ParkRidge QUEENS 67-35B Cloverdale Lane Not Available 0           0.0   0.0   0.0 0.0
35002 35002 2012 3521699 Waterview Nursing Care Center QUEENS 119-15 27th ave Not Available 0           0.0   0.0   0.0 0.0
35719 35719 2012 3541242 166-01 Linden Blvd-Linden QUEENS 166-01 Linden Blvd Not Available 0           0.0   0.0   0.0 0.0
35722 35722 2012 3541280 21-05 30th Drive - ASR QUEENS 21-05 30th Drive Not Available 0           0.0   0.0   0.0 0.0
35724 35724 2012 3541324 112-04 167th St-Linden QUEENS 112-04 167th St Not Available 0           0.0   0.0   0.0 0.0
36018 36018 2012 3581848 35-28 153rd Street QUEENS 35-28 153rd Street Not Available 51296           0.0   0.0   0.0 92.9
36019 36019 2012 3581849 35-30 153rd Street QUEENS 35-30 153rd Street Not Available 62149           0.0   0.0   0.0 98.8
36079 36079 2012 3593696 864163 Realty LLC QUEENS 8655 Broadway Not Available 0           0.0   0.0   0.0 0.0

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