home / nyc_ll84

Water — Use and Intensity

Total, indoor, outdoor, and municipal water use.

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

8 rows where Borough = "STATEN IS" and Property Type = "Other - Public Services" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal)

Calendar Year 8

  • 2016 1
  • 2017 1
  • 2018 1
  • 2019 1
  • 2021 1
  • 2022 1
  • 2023 1
  • 2024 1

Property Type 1

  • Other - Public Services · 8 ✖

Borough 1

  • STATEN IS · 8 ✖
Link rowid Calendar Year ▲ Property ID Property Name Borough Address 1 Property Type Floor Area (ft2) Total Water Use (kgal) Indoor Water Use (kgal) Outdoor Water Use (kgal) Municipal Indoor Water (kgal) Municipal Outdoor Water (kgal) Municipal Mixed Water (kgal) Indoor Water Intensity (gal/ft2)
327726 327726 2024 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 0.0 0.0 0.0  
294198 294198 2023 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 0.0 0.0 0.0  
270091 270091 2022 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 0.0 0.0 0.0  
222447 222447 2021 21354243 FDNY_4267_Marine Co. 9 STATEN IS 305 Front Street Other - Public Services 9,850 0.0 0.0 0.0 0.0 0.0 0.0  
170768 170768 2019 6297022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slosson Ave Other - Public Services 12,174 2749.8 2749.8 0.0 2749.8 0.0 0.0  
145806 145806 2018 6297022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174 0.0 0.0 0.0 0.0 0.0 0.0  
105853 105853 2017 6,297,022 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174              
85280 85280 2016 4,629,430 FDNY - 5112427 - Staten Island Central Office (LL84) STATEN IS 65 Slossen Ave Other - Public Services 12,174 0.0 0.0 0.0 0.0 0.0 0.0  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE water(
  "Calendar Year" INT,
  "Property ID" TEXT,
  "Property Name" TEXT,
  Borough TEXT,
  "Address 1" TEXT,
  "Property Type" TEXT,
  "Floor Area (ft2)" TEXT,
  "Total Water Use (kgal)" REAL,
  "Indoor Water Use (kgal)" REAL,
  "Outdoor Water Use (kgal)" REAL,
  "Municipal Indoor Water (kgal)" REAL,
  "Municipal Outdoor Water (kgal)" REAL,
  "Municipal Mixed Water (kgal)" REAL,
  "Indoor Water Intensity (gal/ft2)" REAL
);
CREATE INDEX "idx_water_Calendar Year" ON [water] ("Calendar Year");
CREATE INDEX "idx_water_Property ID" ON [water] ("Property ID");
CREATE INDEX "idx_water_Borough" ON [water] ("Borough");
CREATE INDEX "idx_water_Property Type" ON [water] ("Property Type");
Powered by Datasette · Queries took 1003.988ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability