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 = 2013 and Property Type = "Urgent Care/Clinic/Other Outpatient" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Indoor Water Intensity (gal/ft2)

Borough 4

  • MANHATTAN 5
  • BRONX 1
  • QUEENS 1
  • STATEN IS 1

Property Type 1

  • Urgent Care/Clinic/Other Outpatient · 8 ✖

Calendar Year 1

  • 2013 · 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)
36351 36351 2013 2382101 Evelyn H. Lauder Breast and Imaging Center MANHATTAN 300 E 65 St Urgent Care/Clinic/Other Outpatient 238341 0.0 0.0   0.0   0.0 0.0
38144 38144 2013 2667012 NSLIJ MEETH MANHATTAN 210 East 64th Street Urgent Care/Clinic/Other Outpatient 230000 0.0 0.0   0.0   0.0 0.0
40978 40978 2013 2787078 320 E 94th St MANHATTAN 320 E 94th St Urgent Care/Clinic/Other Outpatient 56964 1709.5 1709.5   1709.5   0.0 30.01
45759 45759 2013 3325295 Bronx-Lebanon Hospital-Specialty Care Center BRONX 1265 Fulton Ave. Urgent Care/Clinic/Other Outpatient 110000 0.0 0.0   0.0   0.0 0.0
46301 46301 2013 3522266 NS LIJ Center for Comprehensive Care MANHATTAN 20-40 7th Avenue Urgent Care/Clinic/Other Outpatient 160000 0.0 0.0   0.0   0.0 0.0
47853 47853 2013 4038770 96-10 Metropolitan Avenue QUEENS 96-10 Metropolitan Avenue Urgent Care/Clinic/Other Outpatient 56433 0.0 0.0   0.0   0.0 0.0
47855 47855 2013 4038773 1050 Clove Road STATEN IS 1050 Clove Road Urgent Care/Clinic/Other Outpatient 54000 0.0 0.0   0.0   0.0 0.0
49084 49084 2013 2790349 Audubon Realty Properties LLC MANHATTAN 21 Audubon Avenue Urgent Care/Clinic/Other Outpatient 72500 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 490.967ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability