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

18 rows where Calendar Year = 2016 and Property Type = "Other - Specialty Hospital" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Address 1, Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Mixed Water (kgal)

Borough 3

  • MANHATTAN 13
  • QUEENS 2
  • BRONX 1

Property Type 1

  • Other - Specialty Hospital · 18 ✖

Calendar Year 1

  • 2016 · 18 ✖
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)
79950 79950 2016 3,940,345 Gracie Square Hospital MANHATTAN 420 E 76th St Other - Specialty Hospital 82,200 6330.3 0.0 0.0 0.0 0.0 6330.3  
80524 80524 2016 4,896,950 ADL00510E Adler 510 East 62nd Street MANHATTAN 510 East 62nd Street Other - Specialty Hospital 68,806 0.0 0.0 0.0 0.0 0.0 0.0  
80660 80660 2016 2,772,258 HSS-Dana Center MANHATTAN 510 East 73rd St Other - Specialty Hospital 39,000 0.0 0.0 0.0 0.0 0.0 0.0  
80662 80662 2016 2,794,961 HSS-310 E 71st MANHATTAN 310 East 71st Street Other - Specialty Hospital 59,000 1556.3 1556.3 0.0 1556.3 0.0 0.0  
80663 80663 2016 2,795,476 HSS-Main Hospital MANHATTAN 535 E 70th St Other - Specialty Hospital 512,295 0.0 0.0 0.0 0.0 0.0 0.0  
80664 80664 2016 2,795,490 HSS-429 E 75th Street MANHATTAN 429 E 75th Street Other - Specialty Hospital 31,500 0.0 0.0 0.0 0.0 0.0 0.0  
80665 80665 2016 2,796,211 HSS-ERPB MANHATTAN 523 E 72nd ST Other - Specialty Hospital 53,677 3146.5 3146.5 0.0 3146.5 0.0 0.0  
80666 80666 2016 2,796,651 HSS-Belaire MANHATTAN 525 East 71st St Other - Specialty Hospital 211,990 70643.4 70643.4 0.0 70643.4 0.0 0.0  
80667 80667 2016 2,806,562 HSS-1365 York Ave MANHATTAN 1365 York Ave Other - Specialty Hospital 492,654 0.0 0.0 0.0 0.0 0.0 0.0  
80672 80672 2016 4,406,842 HSS-Caspary Center MANHATTAN 541 E 71st Street Other - Specialty Hospital 81,767 0.0 0.0 0.0 0.0 0.0 0.0  
80976 80976 2016 3,585,329 zz Rockaway Care Center QUEENS 353 Beach 48th St Other - Specialty Hospital 76,440 9345.4 9345.4 0.0 9345.4 0.0 0.0  
92300 92300 2016 2,787,046 Mount Sinai Medical Center   One Gustave Levy Place Other - Specialty Hospital 3,032,242 0.0 0.0 0.0 0.0 0.0 0.0  
92305 92305 2016 3,987,327 MS The Center for Science and Medicine MANHATTAN 4 E 102nd St Other - Specialty Hospital 925,705 0.0 0.0 0.0 0.0 0.0 0.0  
93303 93303 2016 4,926,122 Main Campus - Super Block MANHATTAN 1275 York Ave Other - Specialty Hospital 1,382,117 0.0 0.0 0.0 0.0 0.0 0.0  
93305 93305 2016 4,929,345 Main Campus - Lot 05 MANHATTAN 1275 York Ave Other - Specialty Hospital 1,184,201 0.0 0.0 0.0 0.0 0.0 0.0  
93364 93364 2016 2,641,471 NH Zucker Hillside QUEENS 75-59 263rd Street Other - Specialty Hospital 154,210 0.0 0.0 0.0 0.0 0.0 0.0  
93958 93958 2016 4,943,310 Bronx-Lebanon Hospital-Concourse Division   1650 Grand Concourse Other - Specialty Hospital 447,195 2437.0 2437.0 0.0 2437.0 0.0 0.0  
93959 93959 2016 4,943,431 Bronx-Lebanon Hospital-Fulton Division BRONX 1276 Fulton Avenue Other - Specialty Hospital 274,806 2791.2 2791.2 0.0 2791.2 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 3672.605ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability