Energy — EUI and Fuel Use by Type
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
5 rows where Borough = "BROOKLYN" and Property Type = "Service (Vehicle Repair/Service, Postal Service)" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Address 1
These facets timed out: Property Type
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 30511 | 30511 | 2012 | 2816562 | 1775 Dean Street | BROOKLYN | 1775 Dean Street | Service (Vehicle Repair/Service, Postal Service) | 62700 | 0.0 | 54.1 | 61.5 | 45.0 | 67.6 | 75.3 | 3389937.5 | 300782.66 | 3089154.84 | 30891.5 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 34786 | 34786 | 2012 | 3502582 | New York (100) | BROOKLYN | 300 Maspeth Ave. | Service (Vehicle Repair/Service, Postal Service) | 109500 | 0.0 | 0.0 | 0.0 | 45.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 34841 | 34841 | 2012 | 3507200 | Brooklyn - HD (3101) | BROOKLYN | 100 Morgan Avenue | Service (Vehicle Repair/Service, Postal Service) | 102000 | 0.0 | 69.5 | 77.7 | 45.0 | 106.9 | 115.5 | 7088709.2 | 1517846.36 | 5570862.79 | 55708.6 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 18349 | 18349 | 2011 | 2816562 | 1775 Dean | BROOKLYN | 1775 Dean Street | Service (Vehicle Repair/Service, Postal Service) | 62,700 | 0.0 | 20.7 | 21.8 | 45.0 | 34.4 | 1.0 | 347.0 | 101.0 | 952.0 | 9.0 | ||||||||||
| 19532 | 19532 | 2011 | 2689242 | LIFE QUALI | BROOKLYN | 6223 2ND AVENUE | Service (Vehicle Repair/Service, Postal Service) | 77,000 | 0.0 | 45.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");