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 = "BROOKLYN" and Property Type = "Mall (Strip Mall and Enclosed)" 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)

These facets timed out: Property Type

Calendar Year 3

  • 2010 2
  • 2011 2
  • 2012 2

Borough 1

  • BROOKLYN · 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)
25799 25799 2012 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392000 0.0 102.7 100.7 94.0 342.9 336.3 40247423.7 40247423.69   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
30344 30344 2012 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue Mall (Strip Mall and Enclosed) 240000 0.0 127.9 130.5 94.0 364.1 364.0 30707472.6 24083772.6   6623700.0 66237.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
18586 18586 2011 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392,000 0.0 117.9 117.9 94.0 393.8   46.0 46.0 13.0                      
20172 20172 2011 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue Mall (Strip Mall and Enclosed) 64,434 0.0 486.2 493.6 94.0 1.0   31.0 22.0 6.0 8.0 85.0                  
7415 7415 2010 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392,000 0.0 103.9 103.9 107.0 347.0 347.0 40.0 40.0 11.0                      
7416 7416 2010 2642783 Atlantic Terminal BROOKLYN 200 Fort Green Pl. Mall (Strip Mall and Enclosed) 372,667 0.0 231.2 230.6 107.0 720.7 714.1 86.0 77.0 22.0 8.0 83.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 707.217ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability