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

10 rows where Calendar Year = 2011 and Property Type = "Public Assembly" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Postal Code, Total GHG (MtCO2e), Direct GHG (MtCO2e), Electricity (kBtu), Natural Gas Use (kBtu)

Borough 3

  • MANHATTAN 4
  • QUEENS 4
  • STATEN IS 1

Property Type 1

  • Public Assembly · 10 ✖

Calendar Year 1

  • 2011 · 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
11342 11342 2011 2440593 333 W 23 MANHATTAN 333 West 23rd Street 10,011 Public Assembly 17,130 1985   0 50.8 51.8 138.1 72.11 45657.93 12.52 59.59 634.0 235.0           1007470001 1078542
11535 11535 2011 2710415 McBurney YMCA MANHATTAN 125 West 14th Street 10,011 Public Assembly 67,000 2001   0 288.9 287.0 648.4 1.0 160.66 492.03 949.03 10.0 9.0           1007900019  
13519 13519 2011 2748180 Vanderbilt YMCA MANHATTAN 224 East 47th Street 10,017 Public Assembly 156,832 1931   0 158.3 159.2 335.2 2.0 138.0 84.11 1.0 10.0 1.0 12.0         1013200034 1037605
14441 14441 2011 2660125 92nd Street Y MANHATTAN 1395 Lexington Ave 10,128 Public Assembly 121,391 1917   0 197.7 197.7 362.8 1.0 88.96 1.0 793.25 8.0 3.0   0.0   12.0   1015200020 1048310
20499 20499 2011 2748227 Long Island City YMCA QUEENS 32-23 Queens Boulevard 11,101 Public Assembly 53,150 1999   0 154.4 153.0 334.0 599.18 121688.94 224.16 375.02 3.0 4.0           4002440024 4537914
21648 21648 2011 2647765 Flushing YMCA QUEENS 138-46 Northern Blvd 11,354 Public Assembly 99,011 1926   0 187.5 187.5 282.9 1.0 108.73 1.0 371.88 3.0 697.0     13.0     4050100038 4113292
22121 22121 2011 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave 11,426 Public Assembly 54,500 1967   0 185.7 191.2 381.1 737.98 147102.65 320.22 417.76 4.0 4.0   902.0       4079550300 4438355
22288 22288 2011 2748234 Jamaica YMCA QUEENS 89-25 Parsons Blvd. 11,432 Public Assembly 103,900 1928   0 129.3 128.5 206.1 847.79 88597.35 546.67 301.12 3.0 10.0   138.0       4097580001 4208858
22668 22668 2011 2969010 141 East Service Road STATEN IS 141 East Service Road 10,314 Public Assembly 71,485 1900   0 75.6 78.5 160.2 390.23 59160.52 152.99 237.24 2.0 2.0         0.0 5026380060 5134938
22717 22717 2011 2731703 Staten Island YMCA South   Shore Center 10,312 Public Assembly 46,020 1998   0 181.9 185.3 429.7 640.67 149915.39 189.85 450.82 4.0 3.0           5052360031 5128445

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