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

8 rows where Calendar Year = 2020 and Property Type = "Other - Public Services" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 4

  • BRONX 4
  • BROOKLYN 2
  • MANHATTAN 1
  • QUEENS 1

Property Type 1

  • Other - Public Services · 8 ✖

Calendar Year 1

  • 2020 · 8 ✖
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)
198164 198164 2020 6296796 FDNY - c057002 - Rescue 3, EMS 18 Campus (LL84) BRONX 1647 Washington Ave Other - Public Services 35250 223.7 68.31 118.3 105.5 223.7 79.5 0.0 0.0   0.0 100.8
198482 198482 2020 6297475 FDNY - c000005 - Fire Academy Randalls Island Campus (LL84) MANHATTAN Wards Island Other - Public Services 160019 1583.7 106.53 716.7 867.0 1583.7 79.5 0.0 0.0   0.0 128.5
200243 200243 2020 6579395 D & M King Realty LLC - 1736 Shore pkwy BROOKLYN 1736 Shore pkwy Other - Public Services 40283 183.2 48.95 42.3 141.0 183.2 79.5 0.0 0.0   0.0 63.8
200319 200319 2020 6586703 Jacob Shafran - 3674 3rd Avenue BRONX 3674 3rd Avenue Other - Public Services 39900 370.3 99.9 258.6 111.7 370.3 79.5 0.0 0.0   0.0 157.3
200320 200320 2020 6586705 Jacob Shafran - 385 Mcdonald ave BROOKLYN 385 Mcdonald ave Other - Public Services 44000 281.3 68.82 145.3 136.1 281.3 79.5 0.0 0.0   0.0 101.1
206029 206029 2020 8469846 Sammon Build BRONX 2294-96 Grand Avenue Other - Public Services 30000 0.0 0.0 0.0 0.0 0.0 79.5 0.0 0.0   0.0 0.0
209009 209009 2020 12347254 BBL 4-02274-0002: DCAS, NYPD (LL84) QUEENS 120-55 Queens Blvd Other - Public Services 261000 1455.9 60.04 523.2 932.7 1455.9 79.5 0.0 0.0   0.0 82.6
209208 209208 2020 12714593 Action Environmental - Bronx BRONX 920 E 132nd Street Other - Public Services 155778 572.2 39.54 42.6 529.7 572.2 79.5 0.0 0.0   0.0 47.9

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