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 = "House of Worship" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, ENERGY STAR Score, National Median Site EUI (kBtu/ft2), District Steam Use (kBtu), Fuel Oil #5 & 6 Use (kBtu)

Calendar Year 3

  • 2011 4
  • 2012 3
  • 2010 2

Property Type 1

  • House of Worship · 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)
24602 24602 2012 2657294 Chinatown Corps MANHATTAN 225 Bowery House of Worship 64760 0.0 43.8 44.3 37.0 60.4 60.5 2833682.9 445699.89   320944.18 3209.4 0.0 2067038.79 0.0 0.0 0.0 0.0 0.0   0.0
33898 33898 2012 3136028 Saint Thomas Church MANHATTAN 1 West 53rd Street House of Worship 51047 31.0 64.4 69.4 52.1 143.1 149.1 3286884.0 1573062.78   139192.98 1391.9 1574628.28 0.0 0.0 0.0 0.0 0.0 0.0   0.0
34147 34147 2012 3250660 1047 Amsterdam Avenue MANHATTAN 1047 Amsterdam Avenue House of Worship 241550 17.0 88.9 89.7 59.3 130.9 133.7 21463931.6 4253299.69   1040660.61 10406.6 0.0 7766945.38 0.0 8403025.91 0.0 0.0 0.0   0.0
12704 12704 2011 2812870 Church of MANHATTAN 415 West 59th St House of Worship 77,098 0.0 65.5 68.1 37.0 132.6   5.0 2.0 630.0 2.0 28.0                  
13164 13164 2011 3121252 Holy Spirit Association for the Unification of World Christianity / HSA-UWC MANHATTAN 4 W 43rd Street House of Worship                                          
13247 13247 2011 3136028 Saint Thomas Church MANHATTAN 1 West 53rd Street House of Worship 51,047 22.0 77.8 77.8 55.7 164.8   3.0 1.0 499.0 133.0 1.0 2.0                
13739 13739 2011 3121128 Christ Chu MANHATTAN 520 Park Avenue House of Worship 47,354 78.0 20.5 20.5 29.8 68.4   969.0 969.0 284.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              
9989 9989 2010 2793010 Bethel Gospel Assembly, Inc. MANHATTAN 1832 Madison Avenue House of Worship 139,404 0.0     46.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 1174.852ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability