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

7 rows where Borough = "BRONX" 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)

These facets timed out: Property Type

Calendar Year 1

  • 2012 7

Borough 1

  • BRONX · 7 ✖
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)
34440 34440 2012 3338322 E&M 1750GRAND AVENUE BRONX 1750 GRAND AVENUE Not Available 0           0.0   0.0   0.0 0.0
34442 34442 2012 3338355 E&M 2675 CRESTON AVE BRONX 2675 CRESTON AVE. Not Available 0           0.0   0.0   0.0 0.0
34452 34452 2012 3350391 E&M 667 E 232nd Street BRONX 667 E 232ND ST Not Available 0           0.0   0.0   0.0 0.0
34623 34623 2012 3452765 FMP: 2206 Holland Ave BRONX 2206 Holland Ave Not Available 0           0.0   0.0   0.0 0.0
35499 35499 2012 3535762 2986 Marion Avenue BRONX 2986 Marion Avenue Not Available 0           0.0   0.0   0.0 0.0
35572 35572 2012 3537767 91 E 208th Street Bronx,-002 BRONX 91 E 208th Street Not Available 0           0.0   0.0   0.0 0.0
36022 36022 2012 3582016 1011 Sheridan Ave. BRONX 1011 Sheridan Ave. Not Available 150498           0.0   0.0   0.0 22.7

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