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 Calendar Year = 2013 and Property Type = "Other - Mall" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: National Median Site EUI (kBtu/ft2), Natural Gas Use (kBtu)

Borough 5

  • QUEENS 3
  • STATEN IS 2
  • BRONX 1
  • BROOKLYN 1
  • MANHATTAN 1

Property Type 1

  • Other - Mall · 9 ✖

Calendar Year 1

  • 2013 · 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)
38710 38710 2013 2678637 Bruckner BRONX 845 White Plains Rd. Other - Mall 114425 0.0 110.0 108.3 91.0 287.2 283.8 12591859.1 9397534.4   3194324.7   0.0 0.0 0.0 0.0       0.0 0.0
38711 38711 2013 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Other - Mall 392000 0.0 107.2 105.9 75.7 336.6 332.7 42027001.7 42027001.7   0.0   0.0 0.0 0.0 0.0       0.0 0.0
38714 38714 2013 2678649 Northern QUEENS 48-18 Northern Blvd. Other - Mall 218059 0.0 139.2 138.4 49.2 348.4 347.8 30346806.9 21104822.2   9241984.7   0.0 0.0 0.0 0.0       0.0 0.0
38715 38715 2013 2678650 Queens Place Mall QUEENS 88-01 Queens Blvd Other - Mall 462414 0.0 91.7 91.7 92.8 234.9 234.9 42426277.6 30660794.0   11765483.6   0.0 0.0 0.0 0.0       0.0 0.0
38718 38718 2013 2678669 Richmond Avenue STATEN IS 2505-2535 Richmond Ave. Other - Mall 76000 0.0 80.0 79.9 75.7 251.0 250.8 6076282.6 6076282.6   0.0   0.0 0.0 0.0 0.0       0.0 0.0
40388 40388 2013 2743861 VILLAGE GREEN SHOPPING CENTER STATEN IS 230-262 ARDEN AVENUE Other - Mall 72345 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
45964 45964 2013 3446624 Utopia Center QUEENS 176-60 Union Turnpike Other - Mall 173462 0.0 50.1 49.6 86.8 137.0 136.4 8686352.4 7006790.0   1679562.4   0.0 0.0 0.0 0.0       0.0 0.0
47379 47379 2013 3962142 25 West 14th Street MANHATTAN 25 West 14th Street Other - Mall 61884 0.0 109.2 109.1 90.5 286.6 286.7 6754842.2 5091202.1   1663640.0   0.0 0.0 0.0 0.0       0.0 0.0
49076 49076 2013 2770620 Forest Mall   1351 & 1377 Forest Ave Other - Mall 108283 0.0 207.3 208.2 92.8 530.9 531.6 22451680.9 16228480.9   6223200.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 365.722ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability