home / nyc_ll84

Summary — Key Metrics (start here)

The 25 most important columns: property info, ENERGY STAR score, EUI, GHG emissions, GHG intensity (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

5 rows where Calendar Year = 2011 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, Site EUI (kBtu/ft2), Weather Norm Site EUI (kBtu/ft2), Source EUI (kBtu/ft2)

Property Type 1

  • Automobile Dealership · 5 ✖

Calendar Year 1

  • 2011 · 5 ✖

Borough 1

  • MANHATTAN 5
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
12589 12589 2011 3118604 706 MANHAT MANHATTAN 706 11TH AVE 10,019 Automobile Dealership 65,625 1940   0 33.6 33.6 112.1 206.86 34255.7   206.86 2.0             1010790003 1080967
12606 12606 2011 3029926 Mercedes B MANHATTAN 770 11th Avenue 10,019 Automobile Dealership 330,000 2009   0 75.8 72.0 221.7 2.0 65.24 241.84 1.0 20.0 4.0           1010851001 1088726
12620 12620 2011 3104030 711 11 AVENUE MANHATTAN 711 11 AVENUE 10,019 Automobile Dealership 115,500 1930   0 31.7 31.8 64.3 258.28 24174.78 111.09 147.19 1.0 2.0           1010980036 1027135
14805 14805 2011 3118694 POTAMKIN D MANHATTAN 2495 2ND AVE 10,035 Automobile Dealership 91,256 2005   0 33.6 33.6 112.1 287.66 34025.75   287.66 3.0             1017920005 1087849
14826 14826 2011 3118699 POTAMKIN H MANHATTAN 2485 2ND AVE 10,035 Automobile Dealership 137,456 2005   0 31.8 32.2 106.3 410.54 32255.56   410.54 4.0             1017920019 1054700

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