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 = "STATEN IS" 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, Floor Area (ft2), Total Site Energy (kBtu)

Calendar Year 3

  • 2011 3
  • 2012 2
  • 2010 1

Property Type 1

  • House of Worship · 6 ✖

Borough 1

  • STATEN IS · 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)
30367 30367 2012 2815019 Lavelle Hall STATEN IS 300 Howard Avenue House of Worship 25700 13.0 123.0 125.0 77.2 187.4 189.5 3160430.2 691397.1   352200.0 3522.0 0.0 2116833.1 0.0 0.0 0.0 0.0 0.0   0.0
33632 33632 2012 3126882 Pious Society of St Paul STATEN IS 2187 Victory Blvd House of Worship 82375 44.0 32.8 36.8 30.9 53.4 58.4 2700549.7 685349.73   2015200.0 20152.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
22569 22569 2011 3126882 Pious Soci STATEN IS 2187 Victory Blvd House of Worship 82,375 8.0 71.7 76.0 39.7 95.0   5.0 716.0 209.0 5.0 51.0                  
22598 22598 2011 2815019 Lavelle Hall STATEN IS 300 Howard Avenue House of Worship 25,700 16.0 114.4 117.5 75.3 182.4   2.0 728.0 213.0 524.0 5.0   1.0              
22728 22728 2011 3117867 Gateway Ca STATEN IS 200 Boscombe Avenue House of Worship 61,673 11.0 58.7 61.1 35.6 144.1   3.0 2.0 651.0 1.0 14.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              

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 2543.219ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability