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

8 rows where Borough = "STATEN IS" and Property Type = "Other - Public Services" 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), 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)

These facets timed out: Property Type

Calendar Year 8

  • 2016 1
  • 2017 1
  • 2018 1
  • 2019 1
  • 2021 1
  • 2022 1
  • 2023 1
  • 2024 1

Borough 1

  • STATEN IS · 8 ✖
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)
327726 327726 2024 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 40.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
294198 294198 2023 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 40.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
270091 270091 2022 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 40.1 0.0 0.0 0.0 0.0 0.0 0.0   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
222447 222447 2021 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 40.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
170768 170768 2019 6297022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slosson Ave Other - Public Services 12,174 0.0 381.5 380.6 31.9 1068.3 1065.6 4644627.3 4644627.3 1361262.2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
145806 145806 2018 6297022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174 0.0 628.5 628.5 31.9 1759.7 1759.7 7651068.9 7651068.9 2242399.8 0.0   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
105853 105853 2017 6,297,022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174   396.3 394.9 39.2 1.0 1.0 4.0 4.0 1.0                     0.0
85280 85280 2016 4,629,430 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174 0.0 391.2 391.2 39.2 1228.4 1228.4 4762470.0 4762470.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 1912.881ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability