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 = "STATEN IS" and Property Type = "Self-Storage" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Address 1, Postal Code, Year Built, Natural Gas Use (kBtu), BBL, BIN

Calendar Year 2

  • 2012 3
  • 2011 1

Property Type 1

  • Self-Storage · 4 ✖

Borough 1

  • STATEN IS · 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
25607 25607 2012 2674223 shs hylan llc STATEN IS 101 Quintard Street 10,305 Self-Storage 50061 2006   0 0.0 0.0 0.0         0.0 0.0 0.0 0.0 0.0 0.0   5032230006 5110105
33419 33419 2012 3120680 Extra Space Storage #0690 - Staten Island - Arden Ave STATEN IS 7 Arden Ave 10,312 Self-Storage 84567 2002   0 9.4 9.6 31.2         789670.36 2115.52 0.0 0.0 0.0 0.0   5059650084 5153794
34683 34683 2012 3473773 2577 Forest Avenue STATEN IS 2577 Forest Avenue 10,303 Self-Storage 64500 1987   0 4.3 4.5 14.2         274949.53 0.0 0.0 0.0 0.0 0.0   5013840150 5107208
22723 22723 2011 3120680 Extra Spac STATEN IS 7 Arden Ave 10,312 Self-Storage   2002                                 5059650084 5153794

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