home / nyc_ll84

Summary — Key Metrics (start here)

The 25 most important columns: property info, ENERGY STAR score, EUI, GHG emissions, GHG intensity (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 = "STATEN IS" and Property Type = "Other - Lodging/Residential" 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, Direct GHG (MtCO2e), Natural Gas Use (kBtu), Water Use (kgal), BBL, BIN

Calendar Year 2

  • 2023 3
  • 2024 3

Property Type 1

  • Other - Lodging/Residential · 6 ✖

Borough 1

  • STATEN IS · 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
322840 322840 2024 10544417 1111 Father Capodanno Blvd STATEN IS 645 Lincoln Avenue 10306 Other - Lodging/Residential 53,584 1975 1 Not Available 80.1 80.2 175.1 400.6 80.51 80.14 320.46 2784473.8 1508772.0 0.0 0.0 0.0 0.0 0.0 5038750001 5055031
339956 339956 2024 58720692 Hotel Blue Moon STATEN IS 300 Wild Ave 10314 Other - Lodging/Residential 36,808 2012 1 Not Available 44.4 46.1 124.2 187.89 54.9 0.0 187.89 1632609.7 0.0 0.0 0.0 0.0 0.0 3750.0 5026470013 5151191
339958 339958 2024 58720893 Staten Island Inn STATEN IS 310 Wild Ave 10314 Other - Lodging/Residential 30,910 2012 1 Not Available 41.8 43.4 116.9 148.58 51.77 0.0 148.58 1290984.1 0.0 0.0 0.0 0.0 0.0 0.0 5026470021 5151192
277209 277209 2023 10544417 1111 Father Capodanno Blvd STATEN IS 1111 Father Capodanno Blvd 10306 Other - Lodging/Residential 45,441 1975 1 Not Available 53.8 58.9 125.4 229.3 53.82 34.7 194.5 1789317.1 653500.0 0.0 0.0 0.0 0.0 2507.4 5038750001 5055031
290426 290426 2023 33999503 Staten Island Inn STATEN IS 310 Wild Ave 10314 Other - Lodging/Residential 30,910 2012 1 Not Available 40.4 40.4 113.1 135.8 47.36 0.0 135.8 1248936.6 0.0 0.0 0.0 0.0 0.0 0.0 5026470021 5151192
290427 290427 2023 33999506 Hotel Blue Moon STATEN IS 300 Wild Ave 10314 Other - Lodging/Residential 36,808 2012 1 Not Available 44.0 44.0 123.2 176.1 51.67 0.0 176.1 1619313.5 0.0 0.0 0.0 0.0 0.0 0.0 5026470013 5151191

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