Energy — EUI and Fuel Use by Type
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Calendar Year = 2015 and Property Type = "Automobile Dealership" sorted by Calendar Year descending
This data as json, CSV (advanced)
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 64099 | 64099 | 2015 | 3104030 | 711 11 AVENUE | MANHATTAN | 711 11 AVENUE | Automobile Dealership | 115500 | 0.0 | 40.3 | 40.3 | 44.6 | 117.6 | 117.6 | 4655167.8 | 4158145.2 | 497022.6 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 66183 | 66183 | 2015 | 2820270 | 706 MANHATTAN LLC | MANHATTAN | 706 11 AVENUE | Automobile Dealership | 65625 | 0.0 | 62.6 | 63.1 | 65.7 | 123.9 | 124.4 | 4104894.0 | 1827194.2 | 2277699.8 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 66184 | 66184 | 2015 | 2820273 | Potamkin Developement LLC | MANHATTAN | 2495 2 AVENUE | Automobile Dealership | 91256 | 0.0 | 74.1 | 74.2 | 59.5 | 162.0 | 162.1 | 6760006.7 | 3675406.6 | 3084600.1 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 66185 | 66185 | 2015 | 4124879 | POTAMKIN HY HOLDINGS LLC | MANHATTAN | 2485 2nd ave | Automobile Dealership | 137456 | 0.0 | 53.2 | 53.2 | 44.8 | 154.4 | 154.4 | 7313205.0 | 6478705.1 | 834499.9 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 66189 | 66189 | 2015 | 3856672 | 11TH Avenue Automobile Realty LLC | MANHATTAN | 645 11th Avenue | Automobile Dealership | 75000 | 0.0 | 57.8 | 56.4 | 58.1 | 129.3 | 126.7 | 4332040.8 | 2462446.1 | 1869594.8 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 70645 | 70645 | 2015 | 4957573 | Girt Realty LLC | MANHATTAN | 646 11th Avenue | Automobile Dealership | 50207 | 0.0 | 112.1 | 110.1 | 60.2 | 242.5 | 237.4 | 5628901.3 | 2996378.8 | 2632522.4 | 0.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");