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

10 rows where Calendar Year = 2011 and Property Type = "Public Assembly" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 3

  • MANHATTAN 4
  • QUEENS 4
  • STATEN IS 1

Property Type 1

  • Public Assembly · 10 ✖

Calendar Year 1

  • 2011 · 10 ✖
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)
11342 11342 2011 2440593 333 W 23 MANHATTAN 333 West 23rd Street Public Assembly 17,130              
11535 11535 2011 2710415 McBurney YMCA MANHATTAN 125 West 14th Street Public Assembly 67,000              
13519 13519 2011 2748180 Vanderbilt YMCA MANHATTAN 224 East 47th Street Public Assembly 156,832              
14441 14441 2011 2660125 92nd Street Y MANHATTAN 1395 Lexington Ave Public Assembly 121,391              
20499 20499 2011 2748227 Long Island City YMCA QUEENS 32-23 Queens Boulevard Public Assembly 53,150              
21648 21648 2011 2647765 Flushing YMCA QUEENS 138-46 Northern Blvd Public Assembly 99,011              
22121 22121 2011 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500              
22288 22288 2011 2748234 Jamaica YMCA QUEENS 89-25 Parsons Blvd. Public Assembly 103,900              
22668 22668 2011 2969010 141 East Service Road STATEN IS 141 East Service Road Public Assembly 71,485 0.0 0.0         0.0
22717 22717 2011 2731703 Staten Island YMCA South   Shore Center Public Assembly 46,020              

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