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

12 rows where Calendar Year = 2012 and Property Type = "Public Assembly" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 5

  • QUEENS 5
  • MANHATTAN 3
  • STATEN IS 2
  • BRONX 1
  • BROOKLYN 1

Property Type 1

  • Public Assembly · 12 ✖

Calendar Year 1

  • 2012 · 12 ✖
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)
23771 23771 2012 2630425 Apollo Theater MANHATTAN 253 W. 125th St. Public Assembly 64400           0.0   0.0   0.0 72.1
31018 31018 2012 2827343 Sunset LG Realty LLC BROOKLYN 699 92nd Street Public Assembly 332127           0.0   0.0   0.0 34.8
31026 31026 2012 2827557 1440 Story LLC BRONX 1440 Story Ave Public Assembly 80313           0.0   0.0   0.0 0.0
32020 32020 2012 2969010 141 East Service Road STATEN IS 141 East Service Road Public Assembly 71485           0.0   0.0   0.0 68.6
34256 34256 2012 3305728 Schwartz Brothers: 114-03 Queens Blvd QUEENS 114-03 Queens Blvd Public Assembly 53550           0.0   0.0   0.0 42.3
35866 35866 2012 3544252 125 West 14th Street MANHATTAN 125 West 14th Street Public Assembly 67000           0.0   0.0   0.0 260.2
35869 35869 2012 3544255 224 East 47th Street MANHATTAN 224 East 47th Street Public Assembly 152476           0.0   0.0   0.0 121.6
35871 35871 2012 3544306 238-10 Hillside Avenue QUEENS 238-10 Hillside Avenue Public Assembly 54500           0.0   0.0   0.0 195.2
35872 35872 2012 3544307 32-23 Queens Boulevard QUEENS 32-23 Queens Boulevard Public Assembly 53150           0.0   0.0   0.0 125.2
35874 35874 2012 3544309 3939 Richmond Avenue STATEN IS 3939 Richmond Avenue Public Assembly 46020           0.0   0.0   0.0 72.9
35877 35877 2012 3544326 89-25 Parsons Boulevard QUEENS 89-25 Parsons Boulevard Public Assembly 103900           0.0   0.0   0.0 121.3
35923 35923 2012 3550340 Studio Square NYC QUEENS 35-37 36th Street Public Assembly 65904           0.0   0.0   0.0 69.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 441.936ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability