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 Borough = "QUEENS" and Property Type = "Public Assembly" 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), Indoor Water Use (kgal)

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 1

Property Type 1

  • Public Assembly · 10 ✖

Borough 1

  • QUEENS · 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)
34256 34256 2012 3305728 Schwartz Brothers: 114-03 Queens Blvd QUEENS 114-03 Queens Blvd Public Assembly 53550   267.6 0.0        
35871 35871 2012 3544306 238-10 Hillside Avenue QUEENS 238-10 Hillside Avenue Public Assembly 54500   0.0 0.0        
35872 35872 2012 3544307 32-23 Queens Boulevard QUEENS 32-23 Queens Boulevard Public Assembly 53150   0.0 0.0        
35877 35877 2012 3544326 89-25 Parsons Boulevard QUEENS 89-25 Parsons Boulevard Public Assembly 103900   0.0 0.0        
35923 35923 2012 3550340 Studio Square NYC QUEENS 35-37 36th Street Public Assembly 65904   0.0 0.0        
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              
6287 6287 2010 2729010 Cross Island YMCA QUEENS 238-10 Hillside Ave Public Assembly 54,500              

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