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

9 rows where Calendar Year = 2014 and Property Type = "Automobile Dealership" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Natural Gas Use (kBtu)

Borough 2

  • MANHATTAN 7
  • QUEENS 2

Property Type 1

  • Automobile Dealership · 9 ✖

Calendar Year 1

  • 2014 · 9 ✖
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)
52252 52252 2014 2707343 MBM, 514 11th Avenue MANHATTAN 514 11th Avenue Automobile Dealership 411153 0.0 34.9 34.9 92.4 49.1 49.1 14336936.1 2455707.8   11881228.4   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
55204 55204 2014 2820270 706 MANHATTAN LLC MANHATTAN 706 11 AVENUE Automobile Dealership 65625 0.0 72.4 63.6 71.8 131.0 121.9 4747968.6 1729474.5   3018494.1   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
55205 55205 2014 2820273 Potamkin Developement LLC MANHATTAN 2495 2 AVENUE Automobile Dealership 91256 0.0 75.5 72.7 59.1 166.1 163.2 6887864.4 3794143.7   3093720.7   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
56272 56272 2014 3029926 MBM, 770 11th Ave MANHATTAN 770 11th Avenue Automobile Dealership 330000 0.0 106.1 103.8 58.2 237.1 235.0 35008462.4 19843664.1   15164798.3   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
58748 58748 2014 3789317 Major World CDJR, LLC QUEENS 50-30 northern blvd Automobile Dealership 60000 0.0 1.4 0.0 41.4 4.5 0.0 86165.2 86165.2   0.0   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
58779 58779 2014 3856170 GIRT Realty LLC MANHATTAN 547 West 47th Street Automobile Dealership 50207 0.0 129.0 120.6 63.7 263.2 254.4 6474667.8 3069212.2   3405455.6   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
58784 58784 2014 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue Automobile Dealership 75000 0.0 69.3 65.2 59.7 151.0 146.7 5197853.4 2806194.2   2391659.2   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
60147 60147 2014 4124879 POTAMKIN HY HOLDINGS LLC MANHATTAN 2485 2nd ave Automobile Dealership 137456 0.0 58.1 56.5 55.9 135.1 133.4 7983602.4 4872336.1   0.0   0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
61817 61817 2014 4411921 Honda Showroom QUEENS 139-07 Hillside Avenue Automobile Dealership 47000 0.0 137.5 132.0 72.5 246.9 241.0 6463571.6 2305388.1   4158183.5   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

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 1298.98ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability