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

10 rows where Borough = "QUEENS" 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), Total Site Energy (kBtu), Electricity (kBtu), Electricity (kWh), Natural Gas Use (kBtu), Fuel Oil #2 Use (kBtu), Fuel Oil #4 Use (kBtu)

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 1

Property Type 1

  • Public Assembly · 10 ✖

Borough 1

  • QUEENS · 10 ✖
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)
34256 34256 2012 3305728 Schwartz Brothers: 114-03 Queens Blvd QUEENS 114-03 Queens Blvd Public Assembly 53550 0.0 42.3 44.4 42.0 93.2 93.1 2265656.5 1143156.48   1122500.0 11225.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35871 35871 2012 3544306 238-10 Hillside Avenue QUEENS 238-10 Hillside Avenue Public Assembly 54500 0.0 195.2 200.4 42.0 393.8 392.7 10640631.3 4512663.43   5485100.0 54851.0 0.0 642867.91 0.0 0.0 0.0 0.0 0.0   0.0
35872 35872 2012 3544307 32-23 Queens Boulevard QUEENS 32-23 Queens Boulevard Public Assembly 53150 0.0 125.2 122.8 42.0 284.2 276.2 6655374.2 3549674.2   3105700.0 31057.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35877 35877 2012 3544326 89-25 Parsons Boulevard QUEENS 89-25 Parsons Boulevard Public Assembly 103900 0.0 121.3 129.9 42.0 203.0 208.9 12598509.4 3445840.22   9027714.55 90277.1 0.0 124954.59 0.0 0.0 0.0 0.0 0.0   0.0
35923 35923 2012 3550340 Studio Square NYC QUEENS 35-37 36th Street Public Assembly 65904 0.0 69.4 64.6 42.0 185.5 172.8 4571624.0 3243337.63   1328286.37 13282.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
20499 20499 2011 2748227 Long Island City YMCA QUEENS 32-23 Queens Boulevard Public Assembly 53,150 0.0 154.4 153.0 42.0 334.0   8.0 3.0 1.0 4.0 42.0                  
21648 21648 2011 2647765 Flushing YMCA QUEENS 138-46 Northern Blvd Public Assembly 99,011 0.0 187.5 187.5 42.0 282.9   18.0 3.0 1.0 697.0 6.0     13.0            
22121 22121 2011 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500 0.0 185.7 191.2 42.0 381.1   10.0 4.0 1.0 4.0 47.0   902.0              
22288 22288 2011 2748234 Jamaica YMCA QUEENS 89-25 Parsons Blvd. Public Assembly 103,900 0.0 129.3 128.5 42.0 206.1   13.0 3.0 940.0 10.0 100.0   138.0              
6287 6287 2010 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500 0.0 198.9 196.8 66.0 401.4 390.5 10.0 4.0 1.0 5.0 54.0   762.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 61.126ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability