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

10 rows where Borough = "QUEENS" and Property Type = "Recreation" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Postal Code, Floor Area (ft2), Year Built, Total GHG (MtCO2e), GHGI (kgCO2e/m2), Direct GHG (MtCO2e), Electricity (kBtu), Natural Gas Use (kBtu), BBL, BIN

Calendar Year 3

  • 2012 4
  • 2010 3
  • 2011 3

Property Type 1

  • Recreation · 10 ✖

Borough 1

  • QUEENS · 10 ✖
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
29912 29912 2012 2810224 Carnesecca Arena QUEENS 8000 Utopia Parkway 11,439 Recreation 247424 1959   0 119.0 124.6 197.9         7911076.85 21542100.0 0.0 0.0 0.0 0.0   4070210001 4462481
29954 29954 2012 2810357 Jack Kaiser Stadium QUEENS 8000 Utopia Parkway 11,439 Recreation 144000 1964   0 128.8 140.9 158.0         1456190.42 17085700.0 0.0 0.0 0.0 0.0   4070210001 4462481
29955 29955 2012 2810361 Taffner Field House QUEENS 8000 Utopia Parkway 11,439 Recreation 43000 2004   0 103.1 110.3 234.6         2373387.2 2061800.0 0.0 0.0 0.0 0.0   4070210001 4462481
33929 33929 2012 3167480 69-02 64th Street QUEENS 69-02 64th Street 11,385 Recreation 18600 1970   0 89.7 90.3 263.1         1372995.62 294900.0 0.0 0.0 0.0 0.0   4036310006 4088138
21971 21971 2011 2810224 Carnesecca QUEENS 8000 Utopia Parkway 11,439 Recreation 247,424 1959   0 126.0 126.0 209.4 1.0 43.58 1.0 784.82 8.0 22.0           4070210001 4439412
21977 21977 2011 2810357 Jack Kaise QUEENS 8000 Utopia Parkway 11,439 Recreation 144,000 1964   0 136.8 137.8 167.5 1.0 74.75 966.92 143.03 1.0 18.0           4070210001 4439412
21984 21984 2011 2810361 Taffner Fi QUEENS 8000 Utopia Parkway 11,439 Recreation 43,000 2004   0 121.8 129.5 262.4 381.55 95510.84 144.11 237.44 2.0 2.0           4070210100  
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 102.213ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability