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

13 rows where Calendar Year = 2022 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, Floor Area (ft2), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal)

Borough 4

  • MANHATTAN 10
  • BRONX 1
  • BROOKLYN 1
  • QUEENS 1

Property Type 1

  • Other - Specialty Hospital · 13 ✖

Calendar Year 1

  • 2022 · 13 ✖
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)
248992 248992 2022 4943431 1276 Fulton Franklin Division BRONX 1276 Fulton Avenue Other - Specialty Hospital 331,624 29326.3 29326.3 0.0 29326.3 0.0 0.0  
254881 254881 2022 2772258 HSS - Dana Center MANHATTAN 510 East 73rd St Other - Specialty Hospital 537,491 45547.3 45547.3 0.0 45547.3 0.0 0.0  
254883 254883 2022 2795476 HSS - Main Hospital MANHATTAN 535 E 70th St Other - Specialty Hospital 566,107 44430.5 44430.5 0.0 44430.5 0.0 0.0  
254884 254884 2022 2795490 HSS - 429 E 75th Street MANHATTAN 429 E 75th Street Other - Specialty Hospital 30,073 2040.9 2040.9 0.0 2040.9 0.0 0.0  
254889 254889 2022 4406842 HSS - Caspary Research Center (Pavilion) MANHATTAN 541 E 71st Street Other - Specialty Hospital 78,589 3992.6 3992.6 0.0 3992.6 0.0 0.0  
254900 254900 2022 10886298 HSS - Campus MANHATTAN 535 E. 70TH ST Other - Specialty Hospital 877,919 93970.4 93970.4 0.0 93970.4 0.0 0.0  
256082 256082 2022 4030401 ASPCA MANHATTAN 424 East 92nd Street Other - Specialty Hospital 50,302 2059.1 2059.1 0.0 2059.1 0.0 0.0  
256518 256518 2022 2382101 Evelyn H. Lauder Breast and Imaging Center MANHATTAN 300 E 65 St Other - Specialty Hospital 233,086 11421.4 11421.4 0.0 11421.4 0.0 0.0  
256522 256522 2022 4929345 Main Campus - Lot 05 (Child of MSKCC Super Campus) MANHATTAN 1275 York Ave Other - Specialty Hospital 1,208,625 0.0 0.0 0.0 0.0 0.0 0.0  
256529 256529 2022 21451815 MSKCC Super Campus - Main Campus / RRL / ZRC MANHATTAN 1275 York Ave Other - Specialty Hospital 2,490,355 0.0 0.0 0.0 0.0 0.0 0.0  
256531 256531 2022 21451817 Main Campus - Lot 05 (Part of MSKCC - Main Campus / RRL / ZRC) MANHATTAN 1275 York Ave Other - Specialty Hospital 1,208,625 0.0 0.0 0.0 0.0 0.0 0.0  
267719 267719 2022 2641471 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  
268029 268029 2022 20828250 Maimonides - 6300 8th Ave BROOKLYN 6300 8th Ave Other - Specialty Hospital 71,500 1961.9 1961.9 0.0 1961.9 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 644.998ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability