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 = 2011 and Property Type = "Lodging" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Electricity (kBtu), Electricity (kWh), Natural Gas Use (kBtu)

Borough 3

  • BROOKLYN 2
  • MANHATTAN 1
  • QUEENS 1

Property Type 1

  • Lodging · 5 ✖

Calendar Year 1

  • 2011 · 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)
12398 12398 2011 2714174 New York Athletic Club MANHATTAN 180 Central Park South Lodging 400,000 0.0 139.0 138.0 72.0 169.0   55.0 18.0 5.0 3.0 33.0 55.0                
18410 18410 2011 3187683 599 Ralph BROOKLYN 599 Ralph Ave Lodging 65,125 0.0 70.1 67.6 72.0 153.8   4.0 2.0 669.0 2.0 22.0                  
18607 18607 2011 2664412 Tillary Street Shelter BROOKLYN 200 Tillary Street Lodging 60,460 0.0 110.8 110.1 72.0 266.4   6.0 3.0 1.0 2.0 27.0                  
22449 22449 2011 3121307 175-21 149 Avenue QUEENS 175-21 149 Avenue Lodging 69,345 0.0     72.0                                
22450 22450 2011 2961856 175-15 Rockaway Blvd.   175-15 149 road Lodging 71,482 0.0 153.8 158.8 72.0 276.4   10.0 3.0 1.0 7.0 73.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 1316.982ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability