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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Grid Emissions Rate (kgCO2e/MBtu)

Borough 2

  • MANHATTAN 8
  • QUEENS 1

Property Type 1

  • Automobile Dealership · 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)
38490 38490 2013 2671527 Manhattan Ford Lincoln MANHATTAN 787 11th Avenue Automobile Dealership 411845 1309.5 34.22 536.1 773.4 1309.5 81.36108496       0.0 47.6
39426 39426 2013 2707343 MBM, 514 11th Avenue MANHATTAN 514 11th Avenue Automobile Dealership 411153 820.8 21.49 466.7 354.1 820.8 81.36108496       0.0 32.0
42940 42940 2013 2820270 706 MANHATTAN LLC MANHATTAN 706 11 AVENUE Automobile Dealership 65625 416.6 68.33 242.6 174.0 416.6 81.4       0.0 102.2
42941 42941 2013 2820273 Potamkin Developement LLC MANHATTAN 2495 2 AVENUE Automobile Dealership 91256 433.7 51.16 149.7 284.0 433.7 81.4       0.0 69.2
43405 43405 2013 2848475 10170 - General Motors Worldwide QUEENS 39-10 43rd Street Automobile Dealership 89000 461.5 55.82 284.0 177.5 461.5 81.36108496       0.0 84.6
44120 44120 2013 3029926 MBM, 770 11th Ave MANHATTAN 770 11th Avenue Automobile Dealership 330000 2512.1 81.94 862.8 1649.3 2512.1 81.36108496       0.0 110.7
44400 44400 2013 3104030 711 11 AVENUE MANHATTAN 711 11 AVENUE Automobile Dealership 115500 0.0 0.0 0.0 0.0 0.0 81.36108496       0.0 0.0
47238 47238 2013 3856170 GIRT Realty LLC MANHATTAN 547 West 47th Street Automobile Dealership 50207 663.2 142.18 189.2 474.0 663.2 81.36108496       0.0 187.1
47243 47243 2013 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue Automobile Dealership 75000 408.8 58.67 159.6 249.2 408.8 81.36108496       0.0 80.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 821.019ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability