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

3 rows where Borough = "BROOKLYN" and Property Type = "Recreation" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: Property Type

Calendar Year 1

  • 2012 3

Borough 1

  • BROOKLYN · 3 ✖
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)
33925 33925 2012 3167378 1121 Bedford Avenue BROOKLYN 1121 Bedford Avenue Recreation 65000 0.0 63.3 63.0 39.0 176.9 171.5 4117210.4 3135010.43   982200.0 9822.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
33930 33930 2012 3167482 99 Meserole Avenue BROOKLYN 99 Meserole Avenue Recreation 40000 0.0 190.0 209.4 39.0 307.9 323.8 7598983.7 1901483.72   5697500.0 56975.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35876 35876 2012 3544325 570 Jamaica Avenue BROOKLYN 570 Jamaica Avenue Recreation 47200 0.0 145.6 159.4 39.0 256.9 268.6 6870325.1 2150982.8   4719342.31 47193.4 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 1202.541ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability