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

4 rows where Borough = "BRONX" and Property Type = "Retail (Misc)" 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), Total Site Energy (kBtu), Electricity (kBtu), Electricity (kWh)

Calendar Year 3

  • 2011 2
  • 2010 1
  • 2012 1

Property Type 1

  • Retail (Misc) · 4 ✖

Borough 1

  • BRONX · 4 ✖
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)
30361 30361 2012 2814950 Wagner Associates BRONX 2488 GRAND CONCOURSE Retail (Misc) 100993 0.0 99.4 97.6 53.0 265.8 259.8 10038246.1 7169294.4   0.0 0.0 0.0 2868951.68 0.0 0.0 0.0 0.0 0.0   0.0
16147 16147 2011 2748529 Andrew Fre BRONX 1125 Grand Concourse Retail (Misc) 117,200 0.0 95.7 95.7 70.0 114.1   11.0 877.0 257.0 96.0 969.2     10.0            
16793 16793 2011 2814950 Wagner Ass BRONX 2488 GRAND CONCOURSE Retail (Misc) 100,993 0.0 109.9 109.9 53.0 268.4   11.0 6.0 1.0 484.0 4.0       3.0          
8676 8676 2010 2814950 Wagner Associates BRONX 2488 GRAND CONCOURSE Retail (Misc) 100,993 0.0 156.5 150.9 82.0 302.2 283.4 15.0 6.0 1.0           9.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 1670.003ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability