home / nyc_ll84

Summary — Key Metrics (start here)

The 25 most important columns: property info, ENERGY STAR score, EUI, GHG emissions, GHGI (kgCO2e/m²), and fuel use by type. Filter using the column boxes or left-side facets. Export to CSV or JSON.

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: Postal Code, Year Built, Number of Buildings, Weather Norm Site EUI (kBtu/ft2), Water Use (kgal)

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 Postal Code Property Type Floor Area (ft2) Year Built Number of Buildings ENERGY STAR Score Site EUI (kBtu/ft2) Weather Norm Site EUI (kBtu/ft2) Source EUI (kBtu/ft2) Total GHG (MtCO2e) GHGI (kgCO2e/m2) Direct GHG (MtCO2e) Indirect GHG (MtCO2e) Electricity (kBtu) Natural Gas Use (kBtu) District Steam Use (kBtu) Fuel Oil #2 Use (kBtu) Fuel Oil #4 Use (kBtu) Fuel Oil #5 & 6 Use (kBtu) Water Use (kgal) BBL BIN
38490 38490 2013 2671527 Manhattan Ford Lincoln MANHATTAN 787 11th Avenue 10019 Automobile Dealership 411845 1,929 1 Not Available 47.6 46.5 98.2 1309.5 34.22 536.1 773.4 9505541.0 10100617.0 0.0 0.0 0.0 0.0 3272.4 1-01102-0029 1027156
39426 39426 2013 2707343 MBM, 514 11th Avenue MANHATTAN 514 11th Avenue 10018 Automobile Dealership 411153 1,967 1 Not Available 32.0 32.0 55.7 820.8 21.49 466.7 354.1 4351645.5 8794173.3 0.0 0.0 0.0 0.0 0.0 1010690001 1800775;1088726
42940 42940 2013 2820270 706 MANHATTAN LLC MANHATTAN 706 11 AVENUE 10019 Automobile Dealership 65625 1,930 1 Not Available 102.2 101.4 175.5 416.6 68.33 242.6 174.0 2138368.6 4570999.6 0.0 0.0 0.0 0.0 0.0 1010790003 1080967
42941 42941 2013 2820273 Potamkin Developement LLC MANHATTAN 2495 2 AVENUE 10035 Automobile Dealership 91256 2,004 1 Not Available 69.2 68.6 152.6 433.7 51.16 149.7 284.0 3491158.3 2821299.8 0.0 0.0 0.0 0.0 0.0 1017920005 1087849
43405 43405 2013 2848475 10170 - General Motors Worldwide QUEENS 39-10 43rd Street 11104 Automobile Dealership 89000 1,960 0 Not Available 84.6 0.0 140.1 461.5 55.82 284.0 177.5 2181331.5 5350850.1 0.0 0.0 0.0 0.0 572.6 4-00183-0332 4430173
44120 44120 2013 3029926 MBM, 770 11th Ave MANHATTAN 770 11th Avenue 10019 Automobile Dealership 330000 2,009 1 Not Available 110.7 110.4 244.6 2512.1 81.94 862.8 1649.3 20270912.7 16256434.6 0.0 0.0 0.0 0.0 0.0 1010851001; 1010851011 1088726
44400 44400 2013 3104030 711 11 AVENUE MANHATTAN 711 11 AVENUE 10019 Automobile Dealership 115500 1,930 1 Not Available 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.9 1010980036 1027135
47238 47238 2013 3856170 GIRT Realty LLC MANHATTAN 547 West 47th Street 10036 Automobile Dealership 50207 1,946 1 Not Available 187.1 184.8 439.0 663.2 142.18 189.2 474.0 5826292.4 3565600.4 0.0 0.0 0.0 0.0 763.0 1010760001 1026982
47243 47243 2013 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue 10036 Automobile Dealership 75000 1,940 1 Not Available 80.9 80.7 170.3 408.8 58.67 159.6 249.2 3062852.6 3007674.1 0.0 0.0 0.0 0.0 886.9 1010950029 1027121

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE summary(
  "Calendar Year" INT,
  "Property ID" TEXT,
  "Property Name" TEXT,
  Borough TEXT,
  "Address 1" TEXT,
  "Postal Code" TEXT,
  "Property Type" TEXT,
  "Floor Area (ft2)" TEXT,
  "Year Built" TEXT,
  "Number of Buildings" TEXT,
  "ENERGY STAR Score" TEXT,
  "Site EUI (kBtu/ft2)" REAL,
  "Weather Norm Site EUI (kBtu/ft2)" REAL,
  "Source EUI (kBtu/ft2)" REAL,
  "Total GHG (MtCO2e)" REAL,
  "GHGI (kgCO2e/m2)",
  "Direct GHG (MtCO2e)" REAL,
  "Indirect GHG (MtCO2e)" REAL,
  "Electricity (kBtu)" REAL,
  "Natural Gas Use (kBtu)" REAL,
  "District Steam Use (kBtu)" REAL,
  "Fuel Oil #2 Use (kBtu)" REAL,
  "Fuel Oil #4 Use (kBtu)" REAL,
  "Fuel Oil #5 & 6 Use (kBtu)" REAL,
  "Water Use (kgal)" REAL,
  BBL TEXT,
  BIN TEXT
);
CREATE INDEX "idx_summary_Calendar Year" ON [summary] ("Calendar Year");
CREATE INDEX "idx_summary_Property ID" ON [summary] ("Property ID");
CREATE INDEX "idx_summary_Borough" ON [summary] ("Borough");
CREATE INDEX "idx_summary_Property Type" ON [summary] ("Property Type");
CREATE INDEX "idx_summary_Postal Code" ON [summary] ("Postal Code");
Powered by Datasette · Queries took 1817.37ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability