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

7 rows where Calendar Year = 2010 and Property Type = "House of Worship" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ENERGY STAR Score, National Median Site EUI (kBtu/ft2), Total Site Energy (kBtu), Electricity (kBtu), Natural Gas Use (therms)

Borough 4

  • BRONX 2
  • MANHATTAN 2
  • QUEENS 1
  • STATEN IS 1

Property Type 1

  • House of Worship · 7 ✖

Calendar Year 1

  • 2010 · 7 ✖
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)
3795 3795 2010 2810237 Passionist Spiritual Center BRONX 5801 Palisade Avenue House of Worship 54,500 16.0 115.6 115.6 75.8 162.2 162.2 6.0 1.0 310.0 273.0 2.0   4.0              
4241 4241 2010 2657294 Chinatown Corps MANHATTAN 223-225 Bowery House of Worship 64,760 0.0 42.1 41.5 46.0 61.8 59.8 2.0 530.0 155.0 442.0 4.0   1.0              
7778 7778 2010 2815019 Lavelle Hall STATEN IS 300 Howard Avenue House of Worship 25,700 7.0 152.9 153.7 83.0 228.5 229.3 3.0 810.0 237.0 366.0 3.0   2.0              
8340 8340 2010 2810323 St. Thomas More Church QUEENS 8000 Utopia Parkway House of Worship 13,486 1.0 160.4 158.1 40.6 372.7 365.0 2.0 1.0 352.0 958.0 9.0                  
9989 9989 2010 2793010 Bethel Gospel Assembly, Inc. MANHATTAN 1832 Madison Avenue House of Worship 139,404 0.0     46.0                                
10032 10032 2010 2812756 Church of St. Nicholas BRONX 2345 University Ave House of Worship 100,000 72.0 28.0 28.0 37.2 71.7 71.7 2.0 1.0 542.0 946.0 9.0                  
10033 10033 2010 2812870 Church of St. Paul the Apostle   Columbus Ave at 60th Street House of Worship 62,098 7.0 77.3 77.3 41.6 136.1 136.1 4.0 1.0 437.0 3.0 33.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 684.065ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability