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 = 2022 and Property Type = "Other - Education" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Floor Area (ft2), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Mixed Water (kgal)

Borough 4

  • BRONX 5
  • BROOKLYN 4
  • QUEENS 4
  • MANHATTAN 3

Property Type 1

  • Other - Education · 17 ✖

Calendar Year 1

  • 2022 · 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)
246675 246675 2022 26504790 Boys & Girls Club of Metro Queens QUEENS 110-04 Atlantic Ave Other - Education 48,000 0.0 0.0 0.0 0.0 0.0 0.0  
250987 250987 2022 26679244 Towers Golf Course and Irrigation Wells QUEENS 272-86 Grand Central Parkway Other - Education 200 0.0 0.0 0.0 0.0 0.0 0.0  
255815 255815 2022 6097486 274 East 175 Realty LLC BRONX 274 East 175th Street Other - Education 38,000 31745.8 31745.8 0.0 31745.8 0.0 0.0  
258260 258260 2022 6600785 The Hannah Senesh School - 342 Smith st BROOKLYN 342 Smith st Other - Education 26,896 314.2 314.2 0.0 314.2 0.0 0.0  
261331 261331 2022 5049424 Eldridge T. Gerry Clubhouse MANHATTAN 321 EAST 111 STREET Other - Education 50,646 215.9 215.9 0.0 215.9 0.0 0.0  
261332 261332 2022 6312077 Marion McMahon Abbe Clubhouse QUEENS 133-01 41st Road Other - Education 38,989 378.9 378.9 0.0 378.9 0.0 0.0  
261333 261333 2022 6313389 Harriman Clubhouse MANHATTAN 287 East 10th Street Other - Education 50,000 0.0 0.0 0.0 0.0 0.0 0.0  
261627 261627 2022 2961640 Jewish Theological Seminary MANHATTAN 3080 Broadway Other - Education 127,711 2763.1 0.0 0.0 0.0 0.0 2763.1  
268605 268605 2022 1633736 X989 (OECID: 0201285; BBL: 2031060028) BRONX 2007 Mapes Avenue Other - Education 9,600 0.0 0.0 0.0 0.0 0.0 0.0  
269236 269236 2022 1836818 K905 (OECID: 0301645; BBL: 3083930001) BROOKLYN 7151 Avenue T Other - Education 9,600 203.0 203.0 0.0 203.0 0.0 0.0  
269698 269698 2022 21353845 DPR_10075_Comfort Station to K286 BROOKLYN 2525 Haring St Other - Education 395 0.0 0.0 0.0 0.0 0.0 0.0  
269703 269703 2022 21353853 DOE_10116_K516 (South Shore HS Fieldhouse) BROOKLYN 6565 Flatlands Ave Other - Education 4,800 0.0 0.0 0.0 0.0 0.0 0.0  
269729 269729 2022 21353879 CUNY CC > BCC_353_Bronx CC: Greenhouse   185 West 108th St Other - Education 265 0.0 0.0 0.0 0.0 0.0 0.0  
269953 269953 2022 21354105 CIG > WCS BZ_9347_Bronx Zoo: Education Trailer #1 BRONX 2300 Southern Blvd Other - Education 750 0.0 0.0 0.0 0.0 0.0 0.0  
270100 270100 2022 21354252 CIG > NYBG_11795_NYBG: Picnic Pavilions BRONX 2670 Dr. Theodore Kazimiroff Blvd Other - Education 2,700 0.0 0.0 0.0 0.0 0.0 0.0  
270102 270102 2022 21354255 CIG > NYBG_11798_NYBG: Edible Academy BRONX 2662 Southern Blvd Other - Education 8,070 0.0 0.0 0.0 0.0 0.0 0.0  
270479 270479 2022 21354634 CIG > QBG_11871_QBG: Education Building QUEENS 43-50 Main St Other - Education 2,617 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 1048.224ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability