Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
16 rows where Calendar Year = 2018 and Property Type = "Laboratory" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Mixed Water (kgal)
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 129523 | 129523 | 2018 | 1230813 | Zuckerman | MANHATTAN | 415 E 68 St | Laboratory | 743,935 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 129524 | 129524 | 2018 | 1230818 | Rockefeller Research Lab | MANHATTAN | 430 E 67 St | Laboratory | 327,993 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 132529 | 132529 | 2018 | 2674707 | WCMC - S & Imaging | MANHATTAN | 511 East 71st Street | Laboratory | 116,189 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 133409 | 133409 | 2018 | 2731805 | 170 East Gunhill Road | BRONX | 170 East Gunhill Road | Laboratory | 180,000 | 2723.4 | 2723.4 | 0.0 | 2723.4 | 0.0 | 0.0 | |
| 138556 | 138556 | 2018 | 4143131 | LL84 NYU Langone Smilow Building | MANHATTAN | 522 First Avenue | Laboratory | 260,016 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 139561 | 139561 | 2018 | 4410470 | WCMC - Belfer | MANHATTAN | 413 East 69th Street | Laboratory | 517,490 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 139864 | 139864 | 2018 | 4450216 | LL84 NYU Langone Skirball Building | MANHATTAN | 540 First Avenue | Laboratory | 554,128 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 140333 | 140333 | 2018 | 4848277 | Old Public Health Building | MANHATTAN | 341 East 25th Street | Laboratory | 34,329 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 141760 | 141760 | 2018 | 5821830 | 1300 York Avenue | MANHATTAN | 1300 York Avenue | Laboratory | 653,447 | 99433.3 | 99433.3 | 0.0 | 99433.3 | 0.0 | 0.0 | |
| 142356 | 142356 | 2018 | 5910762 | Lab Medicine | MANHATTAN | 327 E 64th St | Laboratory | 91,193 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 143567 | 143567 | 2018 | 6244154 | CSM | MANHATTAN | 4 E 102nd St | Laboratory | 466,900 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 145342 | 145342 | 2018 | 6294041 | OCME - 1087242 - OCME Center for Forensic Sciences (LL84) | MANHATTAN | 421 East 26th St | Laboratory | 330,000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 145470 | 145470 | 2018 | 6294384 | DOHMH - 1020610 - Public Health Laboratory (LL84) | MANHATTAN | 455 1st Ave | Laboratory | 324,505 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 145961 | 145961 | 2018 | 6297193 | NYPD - 4215603 - NYPD Police Laboratory (LL84) | Classified | Laboratory | 132,500 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 153984 | 153984 | 2018 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33,181 | 836.1 | 836.1 | 0.0 | 836.1 | 0.0 | 0.0 | |
| 154380 | 154380 | 2018 | 7164646 | Downstate Biotechnology Incubator | BROOKLYN | 760 Parkside Avenue | Laboratory | 49,800 | 671.9 | 0.0 | 0.0 | 0.0 | 0.0 | 671.9 |
Advanced export
JSON shape: default, array, newline-delimited
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");