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

17 rows where Calendar Year = 2020 and Property Type = "Other - Recreation" 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), Municipal Mixed Water (kgal)

Borough 5

  • BROOKLYN 5
  • STATEN IS 3
  • MANHATTAN 2
  • QUEENS 2
  • BRONX 1

Property Type 1

  • Other - Recreation · 17 ✖

Calendar Year 1

  • 2020 · 17 ✖
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)
192776 192776 2020 4413247 95-02 Seaview Avenue BROOKLYN 95-02 Seaview Ave, 1661 E. 95th St Other - Recreation 49280 0.0 0.0 0.0 0.0 0.0 0.0  
196071 196071 2020 6227716 Bedford-Stuyvesant BROOKLYN 1121 Bedford Ave Other - Recreation 24500 0.0 0.0 0.0 0.0 0.0 0.0  
197997 197997 2020 6294454 DPR - 1085632 - Thomas Jefferson Park - Recreation Center (LL84) MANHATTAN 2180 1st Ave Other - Recreation 21230 843.8 843.8 0.0 843.8 0.0 0.0  
198012 198012 2020 6294491 DPR - 3347138 - Manhattan Beach Bath Houses Comfort Station (LL84)   Oriental Blvd at Irwin St Other - Recreation 18959 0.0 0.0 0.0 0.0 0.0 0.0  
198013 198013 2020 6294493 DPR - 3067525 - McCarren Park - Recreation Center (LL84) BROOKLYN 776 Lorimer St Other - Recreation 21820 183.1 183.1 0.0 183.1 0.0 0.0  
198021 198021 2020 6294516 DPR - 5127019 - Greenbelt Native Plant Center - (LL84) STATEN IS 3808 Victory Blvd Other - Recreation 15180 0.0 0.0 0.0 0.0 0.0 0.0  
200584 200584 2020 6611244 The BogArt Artists Lofts   56 Bogart Other - Recreation 90352 321.7 321.7 0.0 321.7 0.0 0.0  
203339 203339 2020 6780017 966 Fulton Street BROOKLYN 966 Fulton Street Other - Recreation 34490 0.0 0.0 0.0 0.0 0.0 0.0  
203800 203800 2020 6797620 13 Grattan   13 Grattan (10 Harrison PL) Other - Recreation 31435 30.3 0.0 0.0 0.0 0.0 30.3  
204368 204368 2020 6811524 DPR - c846003 - Sara D. Roosevelt Park Campus (LL84)   Forsythe St at Stanton St Other - Recreation 17888 0.0 0.0 0.0 0.0 0.0 0.0  
205270 205270 2020 7094630 135 FLAGG PLACE STATEN IS 135 FLAGG PLACE Other - Recreation 33715 4268.5 4268.5 0.0 4268.5 0.0 0.0  
208699 208699 2020 12066720 Tennis Court MANHATTAN 1254 YORK AVENUE Other - Recreation 4000 0.0 0.0 0.0 0.0 0.0 0.0  
209000 209000 2020 12347243 BBL 5-03125-0003: DPR (LL84) STATEN IS 160 Father Capodanno Blvd Other - Recreation 12750 0.0 0.0 0.0 0.0 0.0 0.0  
209006 209006 2020 12347250 BBL 2-02539-0002: DPR (LL84) BRONX 1 East 150th St Other - Recreation 26978 739.9 739.9 0.0 739.9 0.0 0.0  
210614 210614 2020 15530376 Tafner Field House QUEENS 8000 Utopia Parkway Other - Recreation 43000 0.0 0.0 0.0 0.0 0.0 0.0  
210615 210615 2020 15530376 Tafner Field House QUEENS 8000 Utopia Parkway Other - Recreation 43000 0.0 0.0 0.0 0.0 0.0 0.0  
210837 210837 2020 15583510 EDC - 3033161 - Bedford Union Armory (LL84) BROOKLYN 1579 Bedford Ave Other - Recreation 76862 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 1268.586ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability