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

8 rows where Calendar Year = 2015 and Property Type = "Laboratory" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: District Steam Use (kBtu), Fuel Oil #2 Use (kBtu)

Borough 3

  • MANHATTAN 5
  • BRONX 1
  • BROOKLYN 1

Property Type 1

  • Laboratory · 8 ✖

Calendar Year 1

  • 2015 · 8 ✖
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)
62674 62674 2015 1230813 Zuckerman MANHATTAN 415 E 68 St Laboratory 743935 0.0 518.7 511.5 56.7 1125.4 1104.8 385854598.4 192595322.1   0.0   193259276.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
62675 62675 2015 1230818 Rockefeller Research Lab MANHATTAN 430 E 67 St Laboratory 327993 0.0 425.5 420.1 57.2 915.4 900.5 139553613.1 68332125.0   0.0   71221488.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
64484 64484 2015 2731805 170 East Gunhill Road BRONX 170 East Gunhill Road Laboratory 180000 0.0 595.4 595.4 112.5 651.6 651.6 107163250.2 2670250.0   84108676.8   0.0 20384323.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0
68203 68203 2015 4143131 LL84 Smilow MANHATTAN 522 First Avenue Laboratory 360423 0.0 294.6 286.6 43.6 831.4 804.9 106175442.7 88762441.6   0.0   17413001.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
74277 74277 2015 4628649 OCME - 1087242 - OCME Center for Forensic Sciences MANHATTAN 421 East 26th St Laboratory 330000 0.0 54.4 53.8 56.5 118.5 116.9 115623603.2 58187428.4   0.0   57436174.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
74576 74576 2015 4628999 DOHMH - 1020610 - Public Health Laboratory MANHATTAN 455 1st Ave Laboratory 324505 0.0 544.9 519.3 73.1 917.9 883.3 176830468.5 43949286.3   5700.0   132875482.2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
74963 74963 2015 4629596 NYPD - 4215603 - NYPD Police Laboratory   Classified Laboratory 132500 0.0 336.7 342.1 65.5 633.1 633.3 44606887.8 17764236.9   24882499.0   0.0 1960151.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
75036 75036 2015 4629750 CIG - 3029723 - BBG Technical Services Center BROOKLYN 109 Montgomery St Laboratory 21523 0.0 32.1 31.8 76.7 51.5 51.2 690729.1 183429.1   507300.0   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 5839.941ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability