home / nyc_ll84

Energy — EUI and Fuel Use by Type

Site EUI, source EUI, electricity, natural gas, steam, oil, and renewables.

Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability

9 rows where Borough = "MANHATTAN" and Property Type = "Public Assembly" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), National Median Site EUI (kBtu/ft2), Electricity (kBtu), Electricity (kWh), Natural Gas Use (kBtu), Natural Gas Use (therms), District Steam Use (kBtu), Fuel Oil #5 & 6 Use (kBtu)

Calendar Year 3

  • 2011 4
  • 2012 3
  • 2010 2

Property Type 1

  • Public Assembly · 9 ✖

Borough 1

  • MANHATTAN · 9 ✖
Link rowid Calendar Year ▲ Property ID Property Name Borough Address 1 Property Type Floor Area (ft2) ENERGY STAR Score Site EUI (kBtu/ft2) Weather Norm Site EUI (kBtu/ft2) National Median Site EUI (kBtu/ft2) Source EUI (kBtu/ft2) Weather Norm Source EUI (kBtu/ft2) Total Site Energy (kBtu) Electricity (kBtu) Electricity (kWh) Natural Gas Use (kBtu) Natural Gas Use (therms) District Steam Use (kBtu) Fuel Oil #2 Use (kBtu) Fuel Oil #4 Use (kBtu) Fuel Oil #5 & 6 Use (kBtu) Diesel #2 Use (kBtu) District Hot Water Use (kBtu) District Chilled Water Use (kBtu) Green Power - Onsite (kWh) Green Power - Offsite (kWh)
23771 23771 2012 2630425 Apollo Theater MANHATTAN 253 W. 125th St. Public Assembly 64400 0.0 72.1 75.3 42.0 192.3 195.6 4646361.7 3278832.65   1367529.03 13675.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35866 35866 2012 3544252 125 West 14th Street MANHATTAN 125 West 14th Street Public Assembly 67000 0.0 260.2 266.8 42.0 608.8 606.2 17432311.7 9828511.66   7603800.0 76038.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35869 35869 2012 3544255 224 East 47th Street MANHATTAN 224 East 47th Street Public Assembly 152476 0.0 121.6 127.6 42.0 233.1 235.8 18545922.8 6169701.23   289500.0 2895.0 12086721.53 0.0 0.0 0.0 0.0 0.0 0.0   0.0
11342 11342 2011 2440593 333 W 23 MANHATTAN 333 West 23rd Street Public Assembly 17,130 0.0 50.8 51.8 42.0 138.1   870.0 634.0 186.0 235.0 2.0                  
11535 11535 2011 2710415 McBurney YMCA MANHATTAN 125 West 14th Street Public Assembly 67,000 0.0 288.9 287.0 42.0 648.4   19.0 10.0 2.0 9.0 92.0                  
13519 13519 2011 2748180 Vanderbilt YMCA MANHATTAN 224 East 47th Street Public Assembly 156,832 0.0 158.3 159.2 42.0 335.2   24.0 10.0 3.0 1.0 15.0 12.0                
14441 14441 2011 2660125 92nd Street Y MANHATTAN 1395 Lexington Ave Public Assembly 121,391 0.0 197.7 197.7 42.0 362.8   23.0 8.0 2.0 3.0 31.0   0.0   12.0          
2888 2888 2010 2816844 270 Park Ave So. MANHATTAN 268-276 park ave so Public Assembly 52,000 0.0 95.0 95.0 66.0 101.3 101.3 4.0 41.0 12.0 4.0 49.0                  
6295 6295 2010 2748180 Vanderbilt YMCA MANHATTAN 224 East 47th Street Public Assembly 156,832 0.0 165.1 164.5 66.0 343.8 333.6 25.0 10.0 3.0 1.0 15.0 13.0                

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE energy(
  "Calendar Year" INT,
  "Property ID" TEXT,
  "Property Name" TEXT,
  Borough TEXT,
  "Address 1" TEXT,
  "Property Type" TEXT,
  "Floor Area (ft2)" TEXT,
  "ENERGY STAR Score" REAL,
  "Site EUI (kBtu/ft2)" REAL,
  "Weather Norm Site EUI (kBtu/ft2)" REAL,
  "National Median Site EUI (kBtu/ft2)" REAL,
  "Source EUI (kBtu/ft2)" REAL,
  "Weather Norm Source EUI (kBtu/ft2)" REAL,
  "Total Site Energy (kBtu)" REAL,
  "Electricity (kBtu)" REAL,
  "Electricity (kWh)" REAL,
  "Natural Gas Use (kBtu)" REAL,
  "Natural Gas Use (therms)" 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,
  "Diesel #2 Use (kBtu)" REAL,
  "District Hot Water Use (kBtu)" REAL,
  "District Chilled Water Use (kBtu)" REAL,
  "Green Power - Onsite (kWh)" REAL,
  "Green Power - Offsite (kWh)" REAL
);
CREATE INDEX "idx_energy_Calendar Year" ON [energy] ("Calendar Year");
CREATE INDEX "idx_energy_Property ID" ON [energy] ("Property ID");
CREATE INDEX "idx_energy_Borough" ON [energy] ("Borough");
CREATE INDEX "idx_energy_Property Type" ON [energy] ("Property Type");
Powered by Datasette · Queries took 2132.895ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability