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

9 rows where Calendar Year = 2013 and Property Type = "Other - Specialty Hospital" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Total GHG (MtCO2e), GHGI (kgCO2e/m2), Direct GHG (MtCO2e), Indirect GHG (MtCO2e), Net GHG (MtCO2e), Site EUI (kBtu/ft2)

Borough 3

  • MANHATTAN 4
  • BRONX 3
  • QUEENS 1

Property Type 1

  • Other - Specialty Hospital · 9 ✖

Calendar Year 1

  • 2013 · 9 ✖
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)
36352 36352 2013 2382145 MSKCC Main Campus - Super Block MANHATTAN 1275 York Ave Other - Specialty Hospital 1382117 41843.1 325.87 0.0 41843.1 41843.1 81.36108496       0.0 352.4
37232 37232 2013 2641471 NSLIJ Zucker Hillside QUEENS 75-59 263rd Street Other - Specialty Hospital 260866 2395.5 98.84 1686.5 709.0 2395.5 81.36108496       0.0 120.6
40974 40974 2013 2787046 Mount Sinai Medical Center   One Gustave Levy Place Other - Specialty Hospital 3029625 67270.1 239.0 36780.3 30489.8 67270.1 81.36108496       0.0 337.3
41323 41323 2013 2795476 HSS-Main Hospital MANHATTAN 535 E 70th St Other - Specialty Hospital 512295 6560.6 137.85 0.0 6560.6 6560.6 81.36108496       0.0 157.4
41383 41383 2013 2796878 Starhill BRONX 1600 Macombs Road Other - Specialty Hospital 80370 0.0 0.0 0.0 0.0 0.0 81.36108496       0.0 0.0
43582 43582 2013 2924591 HSS-Caspary Center MANHATTAN 537 East 71 St Other - Specialty Hospital 81767 6560.6 863.64 0.0 6560.6 6560.6 81.36108496       0.0 986.2
45758 45758 2013 3325292 Bronx-Lebanon Hospital-Concourse Div. BRONX 1650 Grand Concourse Other - Specialty Hospital 447195 0.0 0.0 0.0 643.1 0.0 81.36108496       0.0 0.0
45760 45760 2013 3325297 Bronx-Lebanon Hospital-Fulton Div. BRONX 1276 Fulton Ave. Other - Specialty Hospital 274806 3839.6 150.39 1981.9 1857.7 3839.6 81.36108496       0.0 218.8
47425 47425 2013 3987327 Center for Science and Medicine MANHATTAN 4 E 102nd St Other - Specialty Hospital 953717 16710.4 188.6 10919.9 5790.5 16710.4 81.36108496       0.0 279.4

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