Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
14 rows where Borough = "BROOKLYN" and Property Type = "Laboratory" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2), 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 329274 | 329274 | 2024 | 23098217 | 760 Parkside Avenue | BROOKLYN | 760 Parkside Avenue | Laboratory | 50,589 | 531.9 | 531.9 | 0.0 | 531.9 | 0.0 | 0.0 | |
| 275565 | 275565 | 2023 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33,181 | 2115.3 | 2115.3 | 0.0 | 2115.3 | 0.0 | 0.0 | |
| 295979 | 295979 | 2023 | 23098217 | 760 Parkside Avenue | BROOKLYN | 760 Parkside Avenue | Laboratory | 50,453 | 444.3 | 444.3 | 0.0 | 444.3 | 0.0 | 0.0 | |
| 241948 | 241948 | 2022 | 23098217 | 760 Parkside Avenue | BROOKLYN | 760 Parkside Avenue | Laboratory | 50,453 | 507.9 | 507.9 | 0.0 | 507.9 | 0.0 | 0.0 | |
| 256570 | 256570 | 2022 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33,181 | 1673.6 | 1673.6 | 0.0 | 1673.6 | 0.0 | 0.0 | |
| 241331 | 241331 | 2021 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33,181 | 968.1 | 968.1 | 0.0 | 968.1 | 0.0 | 0.0 | |
| 205024 | 205024 | 2020 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33181 | 1249.6 | 1249.6 | 0.0 | 1249.6 | 0.0 | 0.0 | |
| 205395 | 205395 | 2020 | 7164646 | Downstate Biotechnology Incubator | BROOKLYN | 760 Parkside Avenue | Laboratory | 49800 | 397.6 | 0.0 | 0.0 | 0.0 | 0.0 | 397.6 | |
| 178575 | 178575 | 2019 | 6896880 | 229 49th Street LLC | BROOKLYN | 229 49th Street | Laboratory | 33,181 | 1407.7 | 1407.7 | 0.0 | 1407.7 | 0.0 | 0.0 | |
| 178995 | 178995 | 2019 | 7164646 | Downstate Biotechnology Incubator | BROOKLYN | 760 Parkside Avenue | Laboratory | 49,800 | 483.0 | 0.0 | 0.0 | 0.0 | 0.0 | 483.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 | |
| 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 | |
| 75036 | 75036 | 2015 | 4629750 | CIG - 3029723 - BBG Technical Services Center | BROOKLYN | 109 Montgomery St | Laboratory | 21523 | 0.0 | 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");