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 = 2014 and Property Type = "Automobile Dealership" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 2

  • MANHATTAN 7
  • QUEENS 2

Property Type 1

  • Automobile Dealership · 9 ✖

Calendar Year 1

  • 2014 · 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)
52252 52252 2014 2707343 MBM, 514 11th Avenue MANHATTAN 514 11th Avenue Automobile Dealership 411153 834.7 21.85 631.1 203.7 834.7 82.9 0.0 0.0   0.0 34.9
55204 55204 2014 2820270 706 MANHATTAN LLC MANHATTAN 706 11 AVENUE Automobile Dealership 65625 303.8 49.83 160.3 143.4 303.8 82.9 0.0 0.0   0.0 72.4
55205 55205 2014 2820273 Potamkin Developement LLC MANHATTAN 2495 2 AVENUE Automobile Dealership 91256 479.0 56.5 164.3 314.7 479.0 82.9 0.0 0.0   0.0 75.5
56272 56272 2014 3029926 MBM, 770 11th Ave MANHATTAN 770 11th Avenue Automobile Dealership 330000 2451.2 79.95 805.5 1645.7 2451.2 82.9 0.0 0.0   0.0 106.1
58748 58748 2014 3789317 Major World CDJR, LLC QUEENS 50-30 northern blvd Automobile Dealership 60000 7.1 1.27 0.0 7.1 7.1 82.9 0.0 0.0   0.0 1.4
58779 58779 2014 3856170 GIRT Realty LLC MANHATTAN 547 West 47th Street Automobile Dealership 50207 435.4 93.35 180.9 254.5 435.4 82.9 0.0 0.0   0.0 129.0
58784 58784 2014 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue Automobile Dealership 75000 359.8 51.64 127.0 232.7 359.8 82.9 0.0 0.0   0.0 69.3
60147 60147 2014 4124879 POTAMKIN HY HOLDINGS LLC MANHATTAN 2485 2nd ave Automobile Dealership 137456 569.3 44.58 165.3 404.1 569.3 82.9 0.0 0.0   0.0 58.1
61817 61817 2014 4411921 Honda Showroom QUEENS 139-07 Hillside Avenue Automobile Dealership 47000 412.1 94.38 220.9 191.2 412.1 82.9 0.0 0.0   0.0 137.5

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