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 = 2013 and Property Type = "Automobile Dealership" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Weather Norm Source EUI (kBtu/ft2)

Borough 2

  • MANHATTAN 8
  • QUEENS 1

Property Type 1

  • Automobile Dealership · 9 ✖

Calendar Year 1

  • 2013 · 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)
38490 38490 2013 2671527 Manhattan Ford Lincoln MANHATTAN 787 11th Avenue Automobile Dealership 411845 0.0 47.6 46.5 63.0 98.2 97.1 19606158.0 9505541.0   10100617.0   0.0 0.0 0.0 0.0       0.0 0.0
39426 39426 2013 2707343 MBM, 514 11th Avenue MANHATTAN 514 11th Avenue Automobile Dealership 411153 0.0 32.0 32.0 74.7 55.7 55.7 13145818.8 4351645.5   8794173.3   0.0 0.0 0.0 0.0       0.0 0.0
42940 42940 2013 2820270 706 MANHATTAN LLC MANHATTAN 706 11 AVENUE Automobile Dealership 65625 0.0 102.2 101.4 75.8 175.5 174.3 6709368.2 2138368.6   4570999.6   0.0 0.0 0.0 0.0       0.0 0.0
42941 42941 2013 2820273 Potamkin Developement LLC MANHATTAN 2495 2 AVENUE Automobile Dealership 91256 0.0 69.2 68.6 59.0 152.6 151.4 6312458.2 3491158.3   2821299.8   0.0 0.0 0.0 0.0       0.0 0.0
43405 43405 2013 2848475 10170 - General Motors Worldwide QUEENS 39-10 43rd Street Automobile Dealership 89000 0.0 84.6 0.0 78.6 140.1 0.0 7532181.6 2181331.5   5350850.1   0.0 0.0 0.0 0.0       0.0 0.0
44120 44120 2013 3029926 MBM, 770 11th Ave MANHATTAN 770 11th Avenue Automobile Dealership 330000 0.0 110.7 110.4 58.9 244.6 244.4 36527347.3 20270912.7   16256434.6   0.0 0.0 0.0 0.0       0.0 0.0
44400 44400 2013 3104030 711 11 AVENUE MANHATTAN 711 11 AVENUE Automobile Dealership 115500 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.0
47238 47238 2013 3856170 GIRT Realty LLC MANHATTAN 547 West 47th Street Automobile Dealership 50207 0.0 187.1 184.8 55.4 439.0 436.6 9391892.8 5826292.4   3565600.4   0.0 0.0 0.0 0.0       0.0 0.0
47243 47243 2013 3856672 11TH Avenue Automobile Realty LLC MANHATTAN 645 11th Avenue Automobile Dealership 75000 0.0 80.9 80.7 61.8 170.3 170.1 6070526.7 3062852.6   3007674.1   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 2181.592ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability