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

5 rows where Calendar Year = 2010 and Property Type = "Health Care: Outpatient" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 2

  • MANHATTAN 4
  • BRONX 1

Property Type 1

  • Health Care: Outpatient · 5 ✖

Calendar Year 1

  • 2010 · 5 ✖
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)
4792 4792 2010 2503315 660 MANHATTAN 660 First Avenue Health Care: Outpatient 112,000 1.0 96.11   1.0           0.0 180.0
4793 4793 2010 1789746 Clinical Cancer Center MANHATTAN 160 E 34th Street Health Care: Outpatient 85,000 2.0 253.27   2.0           0.0 300.5
5794 5794 2010 2790349 Audubon Realty Properties LLC MANHATTAN 21 Audubon Avenue Health Care: Outpatient 75,000 386.36 55449.87   386.36           0.0 54.9
5886 5886 2010 2663193 The FEGS Weinberg Center BRONX 3600 Jerome Avenue Health Care: Outpatient 77,220 419.64 58661.86 130.17 289.46           0.0 63.8
6557 6557 2010 2382101 Breast & Imaging Center MANHATTAN 300 E 65 St Health Care: Outpatient 236,086 5.0 228.05   5.0           0.0 251.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 1420.449ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability