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

8 rows where Calendar Year = 2012 and Property Type = "Social/Meeting" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Indoor Water Use (kgal)

Borough 4

  • MANHATTAN 5
  • BROOKLYN 1
  • QUEENS 1
  • STATEN IS 1

Property Type 1

  • Social/Meeting · 8 ✖

Calendar Year 1

  • 2012 · 8 ✖
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)
28931 28931 2012 2797027 11959 490 Riverside Drive MANHATTAN 490 Riverside Drive Social/Meeting 281164   0.0 0.0        
29953 29953 2012 2810356 Belson Press Box QUEENS 8000 Utopia Parkway Social/Meeting 564   29.9 0.0        
30365 30365 2012 2815008 Campus Center STATEN IS 300 Howard Avenue Social/Meeting 32253   0.0 0.0        
30987 30987 2012 2825722 Kimmel Center MANHATTAN 60 Washington Square South Social/Meeting 247639   4974.2 0.0        
32092 32092 2012 2974916 The New York Foundling MANHATTAN 590 Avenue of Americas Social/Meeting 187494   3246.3 0.0        
32167 32167 2012 2977393 Grand Prospect Hall BROOKLYN 263 Prospect Avenue Social/Meeting 61000   1168.2 0.0        
34139 34139 2012 3249291 Jewish Community Center in Manhattan MANHATTAN 334 Amsterdam Ave. Social/Meeting 129642   0.0 0.0        
34851 34851 2012 3508788 Global Center for Academic and Spiritual Life MANHATTAN 238 Thompson Street Social/Meeting 91100   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 763.68ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability