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 = "Other - Lodging/Residential" 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), Natural Gas Use (kBtu), Natural Gas Use (therms)

Calendar Year 2

  • 2023 3
  • 2024 3

Property Type 1

  • Other - Lodging/Residential · 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)
322840 322840 2024 10544417 1111 Father Capodanno Blvd STATEN IS 645 Lincoln Avenue Other - Lodging/Residential 53,584 0.0 80.1 80.2 65.7 175.1 175.3 4293245.8 2784473.8 816082.6 1508772.0 15087.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
339956 339956 2024 58720692 Hotel Blue Moon STATEN IS 300 Wild Ave Other - Lodging/Residential 36,808 0.0 44.4 46.1 51.3 124.2 129.0 1632609.7 1632609.7 478490.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
339958 339958 2024 58720893 Staten Island Inn STATEN IS 310 Wild Ave Other - Lodging/Residential 30,910 0.0 41.8 43.4 51.3 116.9 121.5 1290984.1 1290984.1 378365.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
277209 277209 2023 10544417 1111 Father Capodanno Blvd STATEN IS 1111 Father Capodanno Blvd Other - Lodging/Residential 45,441 0.0 53.8 58.9 61.6 125.4 135.5 2442817.1 1789317.1 524418.8 653500.0 6535.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
290426 290426 2023 33999503 Staten Island Inn STATEN IS 310 Wild Ave Other - Lodging/Residential 30,910 0.0 40.4 40.4 51.3 113.1 113.1 1248936.6 1248936.6 366042.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
290427 290427 2023 33999506 Hotel Blue Moon STATEN IS 300 Wild Ave Other - Lodging/Residential 36,808 0.0 44.0 44.0 51.3 123.2 123.2 1619313.5 1619313.5 474593.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.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 1748.112ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability