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

5 rows where Calendar Year = 2012 and Property Type = "Retail Store" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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), Natural Gas Use (kBtu), Natural Gas Use (therms)

Borough 2

  • STATEN IS 3
  • BROOKLYN 2

Property Type 1

  • Retail Store · 5 ✖

Calendar Year 1

  • 2012 · 5 ✖
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)
35964 35964 2012 3568111 Lowes 1583 STATEN IS 2171 FOREST AVENUE Retail Store 113270 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 0.0   0.0
35969 35969 2012 3568953 Lowes 1674 BROOKLYN 118 2ND AVENUE Retail Store 132984 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 0.0   0.0
35970 35970 2012 3568984 Lowes 2284 BROOKLYN 5602 AVENUE U Retail Store 99811 75.0 115.2 117.6 164.3 332.7 332.5 11499892.0 10110740.2   1389151.9 13891.519 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35971 35971 2012 3569043 Lowes 1597 STATEN IS 2790 ARTHUR KILL ROAD Retail Store 116518 77.0 69.6 0.0 103.6 207.9 0.0 8111855.8 7517318.3   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
36097 36097 2012 3631198 4181-Staten Island Mall STATEN IS 2655 Richmond Ave Retail Store 615000 0.0 31.2 34.1 224.8 32.7 35.8 19178700.2 0.0   19178700.2 191787.002 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 1069.429ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability