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

5 rows where Calendar Year = 2010 and Property Type = "Recreation" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Address 1, Postal Code, Total GHG (MtCO2e), BBL, BIN

Borough 3

  • QUEENS 3
  • BRONX 1
  • MANHATTAN 1

Property Type 1

  • Recreation · 5 ✖

Calendar Year 1

  • 2010 · 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
3259 3259 2010 2638756 Coffey Sportplex BRONX 463 East Fordham Road 10,458 Recreation 232,391     0 13.9 13.8 46.6 304.33 14119.73   304.33 3.0             2032730001 2116668
6430 6430 2010 2783462 The Jewish Museum MANHATTAN 1109 5th Avenue 10,128 Recreation 85,000     0 225.6 225.0 392.0 1.0 126.63 712.81 542.34 5.0 13.0           1015040001 1047052
8318 8318 2010 2810224 Carnesecca Arena QUEENS 8000 Utopia Parkway 11,439 Recreation 247,424     0 129.8 125.9 218.2 2.0 87.16 1.0 833.16 8.0 23.0           4070210001 4462481
8329 8329 2010 2810357 Jack Kaiser Stadium QUEENS 8000 Utopia Parkway 11,439 Recreation 144,000     0 142.0 136.4 175.5 1.0 74.75 997.84 158.45 1.0 18.0           4070210001 4462481
8344 8344 2010 2810361 Taffner Field House QUEENS 8000 Utopia Parkway 11,439 Recreation 43,000     0 141.1 141.1 281.6 424.96 106377.37 189.32 235.65 2.0 3.0           4070210001 4462481

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