Energy — EUI and Fuel Use by Type
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
3 rows where Borough = "STATEN IS" and Property Type = "Hospital (General Medical and Surgical)" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Fuel Oil #2 Use (kBtu)
Property Type 1
- Hospital (General Medical and Surgical) · 3 ✖
Calendar Year 1
- 2012 3
Borough 1
- STATEN IS · 3 ✖
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 28214 | 28214 | 2012 | 2777235 | STATEN ISLAND UNIVERSITY HOSPITAL Seaview | STATEN IS | 475 SEAVIEW AVE | Hospital (General Medical and Surgical) | 567517 | 79.0 | 342.1 | 334.5 | 408.0 | 637.6 | 629.6 | 194158481.0 | 69234277.27 | 120483750.0 | 1204837.5 | 0.0 | 4440453.74 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 28904 | 28904 | 2012 | 2796601 | STATEN ISLAND UNIVERSITY HOSPITAL Seguine | STATEN IS | 375 Seguine Ave | Hospital (General Medical and Surgical) | 220240 | 39.0 | 420.3 | 420.3 | 396.8 | 641.9 | 641.9 | 92559642.4 | 19415644.8 | 71687470.0 | 716874.7 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 34207 | 34207 | 2012 | 3268580 | STATEN ISLAND UNIVERSITY HOSPITAL Radiology | STATEN IS | 256 Mason Ave | Hospital (General Medical and Surgical) | 76866 | 0.0 | 93.1 | 101.9 | 196.0 | 185.0 | 206.1 | 7152779.3 | 2937179.26 | 4215600.0 | 42156.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.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");