Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
9 rows where Calendar Year = 2016 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)
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 83332 | 83332 | 2016 | 2,674,707 | WCMC - S & Imaging | MANHATTAN | 511 East 71st Street | Laboratory | 116,189 | 26769.0 | 26769.0 | 0.0 | 26769.0 | 0.0 | 0.0 | |
| 84736 | 84736 | 2016 | 4,628,649 | 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 | |
| 85033 | 85033 | 2016 | 4,628,999 | 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 | |
| 85426 | 85426 | 2016 | 4,629,596 | NYPD - 4215603 - NYPD Police Laboratory (LL84) | Classified | Laboratory | 132,500 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 85500 | 85500 | 2016 | 4,629,750 | CIG - 3029723 - BBG Technical Services Center (Out of service) | BROOKLYN | 109 Montgomery St | Laboratory | 21,523 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 86001 | 86001 | 2016 | 4,410,470 | WCMC - Belfer | MANHATTAN | 413 East 69th Street | Laboratory | 517,490 | 13309.6 | 13309.6 | 0.0 | 13309.6 | 0.0 | 0.0 | |
| 90550 | 90550 | 2016 | 2,731,805 | 170 East Gunhill Road | BRONX | 170 East Gunhill Road | Laboratory | 180,000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 93297 | 93297 | 2016 | 1,230,813 | Zuckerman | MANHATTAN | 415 E 68 St | Laboratory | 743,935 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 93298 | 93298 | 2016 | 1,230,818 | Rockefeller Research Lab | MANHATTAN | 430 E 67 St | Laboratory | 327,993 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
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");