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

6 rows where Borough = "BROOKLYN" and Property Type = "Mall (Strip Mall and Enclosed)" 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)

These facets timed out: Property Type

Calendar Year 3

  • 2010 2
  • 2011 2
  • 2012 2

Borough 1

  • BROOKLYN · 6 ✖
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)
25799 25799 2012 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392000           0.0   0.0   0.0 102.7
30344 30344 2012 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue Mall (Strip Mall and Enclosed) 240000           0.0   0.0   0.0 127.9
18586 18586 2011 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392,000 4.0 109.84   4.0           0.0 117.9
20172 20172 2011 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue Mall (Strip Mall and Enclosed) 64,434 2.0 336.37 455.35 2.0           0.0 486.2
7415 7415 2010 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392,000 3.0 82.38   3.0           0.0 103.9
7416 7416 2010 2642783 Atlantic Terminal BROOKLYN 200 Fort Green Pl. Mall (Strip Mall and Enclosed) 372,667 6.0 173.61 445.07 5.0           0.0 231.2

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