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

6 rows where Borough = "BRONX" and Property Type = "Entertainment/Culture" 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), Total Site Energy (kBtu), Electricity (kBtu)

Calendar Year 3

  • 2010 2
  • 2011 2
  • 2012 2

Property Type 1

  • Entertainment/Culture · 6 ✖

Borough 1

  • BRONX · 6 ✖
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)
27186 27186 2012 2730626 Whitestone Multiplex BRONX 2505 Bruckner Boulevard Entertainment/Culture 64760 0.0 102.5 104.7 46.0 281.9 280.0 6639833.0 4929202.67   1710630.3 17106.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
27442 27442 2012 2734903 Concourse Plaza BRONX 214 East 161st Street Entertainment/Culture 55000 0.0 146.2 151.5 46.0 360.9 359.7 8040449.7 4986393.92   3054055.79 30540.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
16081 16081 2011 2734903 Concourse BRONX 214 East 161st Street Entertainment/Culture 55,000 0.0 166.6 170.7 46.0 377.7   9.0 4.0 1.0 4.0 42.0                  
17744 17744 2011 2730626 Whitestone BRONX 2505 Bruckner Boulevard Entertainment/Culture 64,760 0.0 109.7 113.4 46.0 295.4   7.0 5.0 1.0 2.0 20.0                  
3524 3524 2010 2734903 Concourse Plaza BRONX 214 East 161st Street Entertainment/Culture 55,000 0.0 167.1 170.5 95.0 393.3 386.9 9.0 5.0 1.0 3.0 39.0                  
3526 3526 2010 2730626 Whitestone Multiplex BRONX 2505 Bruckner Boulevard Entertainment/Culture 64,760 0.0 113.8 113.3 95.0 314.8 306.6 7.0 5.0 1.0 1.0 18.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 1820.55ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability