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

22 rows where Borough = "STATEN IS" and Property Type = "Residential Care Facility" 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

  • 2023 5
  • 2022 4
  • 2024 4
  • 2020 3
  • 2021 3
  • 2015 1
  • 2016 1
  • 2019 1

Property Type 1

  • Residential Care Facility · 22 ✖

Borough 1

  • STATEN IS · 22 ✖
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)
321834 321834 2024 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129,333 5878.9 5878.9 0.0 5878.9 0.0 0.0  
334191 334191 2024 45913994 Clove Lake Nursing Home STATEN IS 15 Fanning Street Residential Care Facility 102,640 13085.7 13085.7 0.0 13085.7 0.0 0.0  
334192 334192 2024 45928492 Clove Lakes Health Care & Rehabilitation Center STATEN IS 25 Fanning Street Residential Care Facility 65,000 0.0 0.0 0.0 0.0 0.0 0.0  
340789 340789 2024 59161793 25 FANNING STREET STATEN IS 25 Fanning Street Residential Care Facility 65,000 0.0 0.0 0.0 0.0 0.0 0.0  
276334 276334 2023 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129,333 5947.8 5947.8 0.0 5947.8 0.0 0.0  
287545 287545 2023 30687860 88 Old Town Road STATEN IS 88 Old Town Road Residential Care Facility 181,316 21279.5 21279.5 0.0 21279.5 0.0 0.0  
287933 287933 2023 32300005 110 Meisner Avenue STATEN IS 110 Meisner Avenue Residential Care Facility 53,856 0.0 0.0 0.0 0.0 0.0 0.0  
287934 287934 2023 32300006 140 Meisner Avenue STATEN IS 140 Meisner Avenue Residential Care Facility 185,000 0.0 0.0 0.0 0.0 0.0 0.0  
298203 298203 2023 28097469 318 Netherland Ave STATEN IS 318 Netherland Avenue Residential Care Facility 74,429 8839.7 8839.7 0.0 8839.7 0.0 0.0  
251368 251368 2022 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129,333 5462.3 5462.3 0.0 5462.3 0.0 0.0  
251930 251930 2022 28097469 318 Netherland Ave STATEN IS 318 Netherland Avenue Residential Care Facility 74,429 10792.9 10792.9 0.0 10792.9 0.0 0.0  
265802 265802 2022 11665517 88 Old Town Road STATEN IS 88 Old Town Road Residential Care Facility 181,316 19219.4 19219.4 0.0 19219.4 0.0 0.0  
265918 265918 2022 14718895 70 Father Capodanno Blvd STATEN IS 70 Father Capodanno Blvd Residential Care Facility 42,694 6051.0 6051.0 0.0 6051.0 0.0 0.0  
224104 224104 2021 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129,333 5228.9 5228.9 0.0 5228.9 0.0 0.0  
228624 228624 2021 14718895 70 Father Capodanno Blvd STATEN IS 70 Father Capodanno Blvd Residential Care Facility 42,694 8919.8 8919.8 0.0 8919.8 0.0 0.0  
230232 230232 2021 11665517 88 Old Town Road STATEN IS 88 Old Town Road Residential Care Facility 181,316 19057.1 19057.1 0.0 19057.1 0.0 0.0  
205764 205764 2020 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129333 7048.9 7048.9 0.0 7048.9 0.0 0.0  
208243 208243 2020 11665517 88 Old Town Road STATEN IS 88 Old Town Road Residential Care Facility 181316 14673.3 14673.3 0.0 14673.3 0.0 0.0  
209687 209687 2020 14718895 70 Father Capodanno Blvd STATEN IS 70 Father Capodanno Blvd Residential Care Facility 42694 8621.3 8621.3 0.0 8621.3 0.0 0.0  
179433 179433 2019 7773414 Richmond Center STATEN IS 91 Tompkins Avenue Residential Care Facility 129,333 6373.4 6373.4 0.0 6373.4 0.0 0.0  
88137 88137 2016 3,394,226 SV LAND THREE LLC STATEN IS 75 VANDERBILT AVE Residential Care Facility 502,197 0.0 0.0 0.0 0.0 0.0 0.0  
67284 67284 2015 3394226 SV LAND THREE LLC STATEN IS 75 VANDERBILT AVE Residential Care Facility 502197 0.0 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 116.961ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability