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

7 rows where Borough = "BROOKLYN" and Property Type = "Education" 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, Year Built, BBL, BIN

Calendar Year 3

  • 2012 4
  • 2011 2
  • 2010 1

Property Type 1

  • Education · 7 ✖

Borough 1

  • BROOKLYN · 7 ✖
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
25908 25908 2012 2680727 117 Adams Complex-Building 5 BROOKLYN 175 Pearl Street 11,201 Education 190121 1918   0 45.9 50.6 76.1         2324254.4 6396200.0 0.0 0.0 0.0 0.0   3000870005 3000178
31395 31395 2012 2835865 Bobover Yeshivah Bnei Zion BROOKLYN 1521 48th Street 11,219 Education 62000 1926   0 82.1 88.2 164.0         2109980.8 2980100.0 0.0 0.0 0.0 0.0   3054420069 3128817
31743 31743 2012 2943912 Cong Machne Chaim BROOKLYN 6101 16th Ave 11,204 Education 61148 1948   0 40.1 45.4 79.0         988115.2 1462700.0 0.0 0.0 0.0 0.0   3055240001 3132384
32083 32083 2012 2973635 Yeshivah Novominsk BROOKLYN 1690 60th Street 11,204 Education 72000 2003   0 79.7 85.0 184.0         3158147.2 2578370.97 0.0 0.0 0.0 0.0   3055170039 3328510
19472 19472 2011 2973635 Yeshivah N BROOKLYN 1690 60th Street 11,204 Education 72,000 2003   0 83.3 84.7 189.3 449.57 67210.09 148.7 300.87 3.0 2.0           3055170039 3328510
19473 19473 2011 2943912 Cong Machn BROOKLYN 6101 16th Ave 11,204 Education 61,148 1948   0 45.7 48.6 91.6 196.12 34606.82 86.57 109.56 1.0 1.0           3055240001 3132384
4477 4477 2010 2680727 117 Adams Complex-Building 5 BROOKLYN 175 Pearl Street 11,201 Education 190,121     0 43.8 43.8 73.3 535.78 30353.06 322.81 212.96 2.0 6.0         2.0 3000870005 3000178

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