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

6 rows where Borough = "BROOKLYN" and Property Type = "Mall (Strip Mall and Enclosed)" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

Calendar Year 3

  • 2010 2
  • 2011 2
  • 2012 2

Property Type 1

  • Mall (Strip Mall and Enclosed) · 6 ✖

Borough 1

  • BROOKLYN · 6 ✖
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
25799 25799 2012 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place 11,217 Mall (Strip Mall and Enclosed) 392000 1996   0 102.7 100.7 342.9         40247423.69 0.0 0.0 0.0 0.0 0.0   3020020001 3057470
30344 30344 2012 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue 11,210 Mall (Strip Mall and Enclosed) 240000 2000   0 127.9 130.5 364.1         24083772.6 6623700.0 0.0 0.0 0.0 0.0   3075767501 3396696
18586 18586 2011 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place 11,217 Mall (Strip Mall and Enclosed) 392,000 1996   0 117.9 117.9 393.8 4.0 109.84   4.0 46.0             3020020001 3057470
20172 20172 2011 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue 11,210 Mall (Strip Mall and Enclosed) 64,434 2000   0 486.2 493.6 1.0 2.0 336.37 455.35 2.0 22.0 8.0           3075760000 3396696
7415 7415 2010 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place 11,217 Mall (Strip Mall and Enclosed) 392,000     0 103.9 103.9 347.0 3.0 82.38   3.0 40.0             3020020001 3057470
7416 7416 2010 2642783 Atlantic Terminal BROOKLYN 200 Fort Green Pl. 11,217 Mall (Strip Mall and Enclosed) 372,667     0 231.2 230.6 720.7 6.0 173.61 445.07 5.0 77.0 8.0              

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