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 Borough = "MANHATTAN" and Property Type = "Recreation" 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

  • 2011 2
  • 2012 2
  • 2010 1

Borough 1

  • MANHATTAN · 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)
30974 30974 2012 2825073 Coles Sports and Recreation Center MANHATTAN 181 Mercer Street Recreation 177109 0.0 49.2 49.2 39.0 164.4 164.4 8715612.8 8715612.8   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
35154 35154 2012 3526401 Vertical Projects, LLC MANHATTAN 330 East 61st Street Recreation 115000 0.0 245.5 247.2 39.0 532.6 527.9 28232324.0 13820957.38   14411366.67 144113.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0   0.0
10939 10939 2011 2825073 Coles Sports and Recreation Center MANHATTAN 181 Mercer Street Recreation 177,109 0.0 46.8 46.8 39.0 156.4   8.0 8.0 2.0                      
14319 14319 2011 2783462 The Jewish MANHATTAN 1109 5th Avenue Recreation 85,000 0.0 195.8 194.9 39.0 288.0   16.0 3.0 901.0 13.0 135.0                  
6430 6430 2010 2783462 The Jewish Museum MANHATTAN 1109 5th Avenue Recreation 85,000 0.0 225.6 225.0 65.0 392.0 391.4 19.0 5.0 1.0 13.0 133.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 4320.245ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability