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

11 rows where Borough = "BROOKLYN" and Property Type = "Entertainment/Culture" 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)

These facets timed out: Property Type

Calendar Year 3

  • 2012 5
  • 2011 4
  • 2010 2

Borough 1

  • BROOKLYN · 11 ✖
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)
25801 25801 2012 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102177   5215.4 0.0        
26916 26916 2012 2716774 Linden Boulevard Multiplex BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69126   0.0 0.0        
29994 29994 2012 2810838 FBE Prince Street LLC BROOKLYN 2 Prince Street Entertainment/Culture 92337   0.0 0.0        
30917 30917 2012 2818360 Zion of Bobov BROOKLYN 1362-1368 50th Street Entertainment/Culture 60000   0.0 0.0        
31959 31959 2012 2964326 UA Sheepshead Bay 14 & IMAX BROOKLYN 3907 Shore Parkway Entertainment/Culture 61798   0.0 0.0        
18083 18083 2011 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102,177 4.0 4.0         46.63
19012 19012 2011 2716774 Linden Bou BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69,126              
19509 19509 2011 2818360 Zion of Bo BROOKLYN 1362-1368 50th Street Entertainment/Culture 60,000              
20366 20366 2011 2964326 UA Sheepshead Bay 14 & IMAX BROOKLYN 3907 Shore Parkway Entertainment/Culture 61,798              
3525 3525 2010 2716774 Linden Boulevard Multiplex BROOKLYN 2784 Linden Boulevard Entertainment/Culture 69,126              
7418 7418 2010 2678648 Court Street BROOKLYN 106 Court Street Entertainment/Culture 102,177              

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