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

13 rows where Calendar Year = 2018 and Property Type = "Automobile Dealership" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 3

  • MANHATTAN 6
  • QUEENS 4
  • BROOKLYN 3

Property Type 1

  • Automobile Dealership · 13 ✖

Calendar Year 1

  • 2018 · 13 ✖
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)
135127 135127 2018 2820270 706 Manhattan LLC MANHATTAN 706 11th Avenue Automobile Dealership 65,625 354.2 58654.98 195.9 158.2 354.2 84.7 0.0 0.0   0.0 84.7
135128 135128 2018 2820273 Potamkin Developement LLC MANHATTAN 2495 2nd Avenue Automobile Dealership 91,256 484.2 57273.41 188.4 295.7 484.2 84.7 0.0 0.0   0.0 77.1
137605 137605 2018 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue Automobile Dealership 75,000 325.4 46700.97 87.2 238.2 325.4 84.7 0.0 0.0   0.0 59.4
138526 138526 2018 4124879 Potamkin Hy Holdings LLC MANHATTAN 2485 2nd Avenue Automobile Dealership 137,456 393.9 30948.18 50.8 343.1 393.9 84.7 0.0 0.0   0.0 36.4
141465 141465 2018 5224698 50-30 Northern Blvd QUEENS 50-30 Northern Blvd Automobile Dealership 60,485 331.8 59524.37 260.8 71.0 331.8 84.7 0.0 0.0   0.0 95.0
146747 146747 2018 6312752 235 W. 154th Street MANHATTAN 235 W. 154th Street Automobile Dealership 35,522 165.1 50774.85 57.2 107.9 165.1 84.7 0.0 0.0   0.0 66.2
149521 149521 2018 6672452 Manhattan Motorcars MANHATTAN 711 11th. Avenue Automobile Dealership 135,000 960.1 76551.26 258.2 0.0 960.1 84.7 0.0 0.0   0.0 97.4
152586 152586 2018 6798925 36-11 Northern Blvd QUEENS 36-11 Northern Blvd Automobile Dealership 30,000 204.1 73230.4 124.1 80.1 204.1 84.7 0.0 0.0   0.0 109.4
153556 153556 2018 6819514 BRAM - 40-40 Northern Boulevard QUEENS 40-40 Northern Boulevard Automobile Dealership 37,610 391.6 113922.79 168.8 222.9 391.6 84.7 0.0 0.0   0.0 154.4
153557 153557 2018 6819515 BRAM - 6401 6th Avenue BROOKLYN 6401 6th Avenue Automobile Dealership 35,350 174.3 53604.22 14.5 159.8 174.3 84.7 0.0 0.0   0.0 61.1
153558 153558 2018 6819516 BRAM - 6502 5th Avenue BROOKLYN 6502 5th Avenue Automobile Dealership 34,746 240.5 76138.76 153.8 86.7 240.5 84.7 0.0 0.0   0.0 112.8
153625 153625 2018 6820852 160 Van Brunt Street BROOKLYN 160 Van Brunt Street Automobile Dealership 68,932 58.5 9260.12 0.0 58.5 58.5 84.7 0.0 0.0   0.0 10.0
154608 154608 2018 7468642 95-10 Ditmars Blvd QUEENS 2201 95 St Automobile Dealership 143,934 215.3 16206.07 90.7 124.6 215.3 84.7 0.0 0.0   0.0 22.1

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