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

11 rows where Borough = "QUEENS" 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), Site EUI (kBtu/ft2), Weather Norm Site EUI (kBtu/ft2), National Median Site EUI (kBtu/ft2), Source EUI (kBtu/ft2), Total Site Energy (kBtu), Electricity (kBtu), Electricity (kWh), Natural Gas Use (kBtu), Natural Gas Use (therms)

These facets timed out: Property Type

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 2

Borough 1

  • QUEENS · 11 ✖
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)
27441 27441 2012 2734844 College Point Multiplex QUEENS 28-55 Ulmer Street Entertainment/Culture 71815 0.0 150.2 153.5 46.0 419.3 417.8 10790035.5 8206570.42   2583465.1 25834.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
31557 31557 2012 2902584 Bay Terrace Shopping Center-5-Cinema QUEENS 211-01 26th Ave Entertainment/Culture 22092 0.0 60.5 60.9 46.0 195.7 196.2 1336530.6 1275394.14   61136.46 611.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
31700 31700 2012 2936194 astoria ice QUEENS 34-37 37th street Entertainment/Culture 53550 0.0 56.1 58.0 46.0 127.1 127.0 3003716.0 1596816.0   1406900.0 14069.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
33435 33435 2012 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95384 0.0 74.5 78.4 46.0 197.7 203.0 7107997.0 4979556.18   2128440.86 21284.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
34247 34247 2012 3295026 Northern RKO LLC QUEENS 135-29 Northern Boulevard Entertainment/Culture 103131 0.0 0.0 0.0 46.0 0.0 0.0 0.0 0.0   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
20627 20627 2011 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95,384 0.0 81.2 83.8 46.0 208.7   7.0 5.0 1.0 2.0 25.0                  
20628 20628 2011 3120800 UA Kaufman Astoria Stadium 14 QUEENS 35-30 38th Street Entertainment/Culture 95,384 0.0 81.2 83.8 46.0 208.7   7.0 5.0 1.0 2.0 25.0                  
21548 21548 2011 2734844 College Po QUEENS 28-55 Ulmer Street Entertainment/Culture 71,815 0.0 149.7 150.3 46.0 412.6   10.0 8.0 2.0 2.0 27.0                  
21840 21840 2011 2902584 Bay Terrac QUEENS 211-01 26th Ave Entertainment/Culture 22,092 0.0 60.8 61.0 46.0 196.0   1.0 1.0 373.0 67.0 671.8                  
3527 3527 2010 2734844 College Point Multiplex QUEENS 28-55 Ulmer Street Entertainment/Culture 71,815 0.0 154.1 154.5 95.0 408.5 402.0 11.0 7.0 2.0 3.0 33.0                  
3667 3667 2010 1755636 Citi Field QUEENS Citi Field Entertainment/Culture 1,242,968 0.0 55.9 55.9 95.0 186.7 186.7 69.0 69.0 20.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 880.886ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability