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

9 rows where Calendar Year = 2013 and Property Type = "Other - Recreation" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property Name, Address 1, Floor Area (ft2), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Indoor Water Intensity (gal/ft2)

Borough 4

  • MANHATTAN 4
  • QUEENS 3
  • BRONX 1
  • BROOKLYN 1

Property Type 1

  • Other - Recreation · 9 ✖

Calendar Year 1

  • 2013 · 9 ✖
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)
37055 37055 2013 2638756 Coffey Sportplex BRONX 463 East Fordham Road Other - Recreation 232391 0.0 0.0   0.0   0.0 0.0
42151 42151 2013 2810224 Carnesecca Arena QUEENS 8000 Utopia Parkway Other - Recreation 247424 11636.0 11636.0   11636.0   0.0 47.03
42194 42194 2013 2810357 Jack Kaiser Stadium QUEENS 8000 Utopia Parkway Other - Recreation 144000 6772.1 6772.1   6772.1   0.0 47.03
42195 42195 2013 2810361 Taffner Field House QUEENS 8000 Utopia Parkway Other - Recreation 43000 2352.5 2352.5   2352.5   0.0 54.71
42957 42957 2013 2825073 Coles Sports and Recreation Center MANHATTAN 181 Mercer Street Other - Recreation 177109 0.0 0.0   0.0   0.0 0.0
45407 45407 2013 3167378 1072_1294_1121 Bedford Avenue, Brooklyn BROOKLYN 1121 Bedford Avenue Other - Recreation 65000 0.0 0.0   0.0   0.0 0.0
46426 46426 2013 3526401 Vertical Projects, LLC MANHATTAN 330 East 61st Street Other - Recreation 115000 119858.7 119858.7   119858.7   0.0 1042.25
47352 47352 2013 3942586 92nd Street Y MANHATTAN 1395 Lexington Ave Other - Recreation 207336 0.0 0.0   0.0   0.0 0.0
47353 47353 2013 3942618 92nd Street Y MANHATTAN 1381 Lexington Ave Other - Recreation 207336 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 55.068ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability