Energy — EUI and Fuel Use by Type
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
10 rows where Calendar Year = 2011 and Property Type = "Public Assembly" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Total Site Energy (kBtu), Electricity (kBtu), Electricity (kWh), Natural Gas Use (kBtu)
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11342 | 11342 | 2011 | 2440593 | 333 W 23 | MANHATTAN | 333 West 23rd Street | Public Assembly | 17,130 | 0.0 | 50.8 | 51.8 | 42.0 | 138.1 | 870.0 | 634.0 | 186.0 | 235.0 | 2.0 | ||||||||||
| 11535 | 11535 | 2011 | 2710415 | McBurney YMCA | MANHATTAN | 125 West 14th Street | Public Assembly | 67,000 | 0.0 | 288.9 | 287.0 | 42.0 | 648.4 | 19.0 | 10.0 | 2.0 | 9.0 | 92.0 | ||||||||||
| 13519 | 13519 | 2011 | 2748180 | Vanderbilt YMCA | MANHATTAN | 224 East 47th Street | Public Assembly | 156,832 | 0.0 | 158.3 | 159.2 | 42.0 | 335.2 | 24.0 | 10.0 | 3.0 | 1.0 | 15.0 | 12.0 | |||||||||
| 14441 | 14441 | 2011 | 2660125 | 92nd Street Y | MANHATTAN | 1395 Lexington Ave | Public Assembly | 121,391 | 0.0 | 197.7 | 197.7 | 42.0 | 362.8 | 23.0 | 8.0 | 2.0 | 3.0 | 31.0 | 0.0 | 12.0 | ||||||||
| 20499 | 20499 | 2011 | 2748227 | Long Island City YMCA | QUEENS | 32-23 Queens Boulevard | Public Assembly | 53,150 | 0.0 | 154.4 | 153.0 | 42.0 | 334.0 | 8.0 | 3.0 | 1.0 | 4.0 | 42.0 | ||||||||||
| 21648 | 21648 | 2011 | 2647765 | Flushing YMCA | QUEENS | 138-46 Northern Blvd | Public Assembly | 99,011 | 0.0 | 187.5 | 187.5 | 42.0 | 282.9 | 18.0 | 3.0 | 1.0 | 697.0 | 6.0 | 13.0 | |||||||||
| 22121 | 22121 | 2011 | 2729010 | Cross Island YMCA | QUEENS | 238-10 Hillside Ave | Public Assembly | 54,500 | 0.0 | 185.7 | 191.2 | 42.0 | 381.1 | 10.0 | 4.0 | 1.0 | 4.0 | 47.0 | 902.0 | |||||||||
| 22288 | 22288 | 2011 | 2748234 | Jamaica YMCA | QUEENS | 89-25 Parsons Blvd. | Public Assembly | 103,900 | 0.0 | 129.3 | 128.5 | 42.0 | 206.1 | 13.0 | 3.0 | 940.0 | 10.0 | 100.0 | 138.0 | |||||||||
| 22668 | 22668 | 2011 | 2969010 | 141 East Service Road | STATEN IS | 141 East Service Road | Public Assembly | 71,485 | 0.0 | 75.6 | 78.5 | 42.0 | 160.2 | 5.0 | 2.0 | 740.0 | 2.0 | 28.0 | ||||||||||
| 22717 | 22717 | 2011 | 2731703 | Staten Island YMCA South | Shore Center | Public Assembly | 46,020 | 0.0 | 181.9 | 185.3 | 42.0 | 429.7 | 8.0 | 4.0 | 1.0 | 3.0 | 35.0 |
Advanced export
JSON shape: default, array, newline-delimited
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");