home / nyc_ll84

Summary — Key Metrics (start here)

The 25 most important columns: property info, ENERGY STAR score, EUI, GHG emissions, GHGI (kgCO2e/m²), and fuel use by type. Filter using the column boxes or left-side facets. Export to CSV or JSON.

Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability

4 rows where Borough = "BRONX" and Property Type = "Warehouse (Refrigerated)" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Year Built, BBL, BIN

Calendar Year 2

  • 2011 2
  • 2012 2

Property Type 1

  • Warehouse (Refrigerated) · 4 ✖

Borough 1

  • BRONX · 4 ✖
Link rowid Calendar Year ▲ Property ID Property Name Borough Address 1 Postal Code Property Type Floor Area (ft2) Year Built Number of Buildings ENERGY STAR Score Site EUI (kBtu/ft2) Weather Norm Site EUI (kBtu/ft2) Source EUI (kBtu/ft2) Total GHG (MtCO2e) GHGI (kgCO2e/m2) Direct GHG (MtCO2e) Indirect GHG (MtCO2e) Electricity (kBtu) Natural Gas Use (kBtu) District Steam Use (kBtu) Fuel Oil #2 Use (kBtu) Fuel Oil #4 Use (kBtu) Fuel Oil #5 & 6 Use (kBtu) Water Use (kgal) BBL BIN
32713 32713 2012 3106384 WAREHOUSE 1 BRONX 511 BARRY STREET 10,474 Warehouse (Refrigerated) 133000 1962   0 39.1 40.7 97.1         3253072.89 1951435.48 0.0 0.0 0.0 0.0   2026060041 2004159
34034 34034 2012 3221445 355 Food Center Dr BRONX 355 Food Center Drive 10,474 Warehouse (Refrigerated) 952000 1972   32 158.0 160.2 421.8         106472693.2 43065299.09 0.0 0.0 865983.48 0.0   2027810500 2109483
16299 16299 2011 3106384 WAREHOUSE 1 BRONX 511 BARRY STREET 10,474 Warehouse (Refrigerated) 133,000 1962   100 22.4 22.4 27.1 167.04 13518.81 147.15 19.89 211.0 2.0           2026060041 2004159
16418 16418 2011 3221445 Hunts Poin BRONX 355 Food Center Drive 10,474 Warehouse (Refrigerated) 952,000 1972   22 176.9 176.9 479.6 13.0 146.99 2.0 11.0 122.0 45.0     721.0     2027810500 2109482;2109485;2109486;2109487;2109483;2109484;2112980;2822205;2109482;2115239;2831246;2831577;2831981;2115237;2101319;2115238

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE summary(
  "Calendar Year" INT,
  "Property ID" TEXT,
  "Property Name" TEXT,
  Borough TEXT,
  "Address 1" TEXT,
  "Postal Code" TEXT,
  "Property Type" TEXT,
  "Floor Area (ft2)" TEXT,
  "Year Built" TEXT,
  "Number of Buildings" TEXT,
  "ENERGY STAR Score" TEXT,
  "Site EUI (kBtu/ft2)" REAL,
  "Weather Norm Site EUI (kBtu/ft2)" REAL,
  "Source EUI (kBtu/ft2)" REAL,
  "Total GHG (MtCO2e)" REAL,
  "GHGI (kgCO2e/m2)",
  "Direct GHG (MtCO2e)" REAL,
  "Indirect GHG (MtCO2e)" REAL,
  "Electricity (kBtu)" REAL,
  "Natural Gas Use (kBtu)" 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,
  "Water Use (kgal)" REAL,
  BBL TEXT,
  BIN TEXT
);
CREATE INDEX "idx_summary_Calendar Year" ON [summary] ("Calendar Year");
CREATE INDEX "idx_summary_Property ID" ON [summary] ("Property ID");
CREATE INDEX "idx_summary_Borough" ON [summary] ("Borough");
CREATE INDEX "idx_summary_Property Type" ON [summary] ("Property Type");
CREATE INDEX "idx_summary_Postal Code" ON [summary] ("Postal Code");
Powered by Datasette · Queries took 57.779ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability