Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
17 rows where Calendar Year = 2016 and Property Type = "Other - Education" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 82881 | 82881 | 2016 | 5,766,730 | 1901 Ocean Parkway - Sephardic Community Center | BROOKLYN | 1901 Ocean Parkway | Other - Education | 86,690 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 82976 | 82976 | 2016 | 2,961,640 | Jewish Theological Seminary | MANHATTAN | 3080 Broadway | Other - Education | 262,638 | 6017.5 | 2967.4 | 0.0 | 2967.4 | 0.0 | 3050.1 | |
| 85692 | 85692 | 2016 | 5,858,625 | ACS - 2018228 - Bronx Residential Center (LL84) | BRONX | 170 East 210th St | Other - Education | 27,000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 85756 | 85756 | 2016 | 3,103,489 | Myrtle Hall | BROOKLYN | 536 Myrtle Ave | Other - Education | 120,000 | 299.2 | 299.2 | 0.0 | 299.2 | 0.0 | 0.0 | |
| 86112 | 86112 | 2016 | 5,871,162 | Yeled Vyalda Early Childhood | BROOKLYN | 1312 38th Street | Other - Education | 65,148 | 1389.1 | 1389.1 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 86534 | 86534 | 2016 | 5,101,865 | 708 Broadway | MANHATTAN | 708 Broadway | Other - Education | 127,000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 87663 | 87663 | 2016 | 5,839,473 | Yeled Vyalda Early Childhood 1263 | BROOKLYN | 1263 38th Street | Other - Education | 88,400 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 87980 | 87980 | 2016 | 2,601,646 | 79 Fifth Avenue LLC | MANHATTAN | 79 Fifth Avenue | Other - Education | 271,596 | 3269.0 | 3269.0 | 0.0 | 3269.0 | 0.0 | 0.0 | |
| 88454 | 88454 | 2016 | 2,636,742 | ABS - 380 Second Avenue | MANHATTAN | 380 Second Avenue | Other - Education | 198,000 | 5481.0 | 5481.0 | 0.0 | 5481.0 | 0.0 | 0.0 | |
| 88971 | 88971 | 2016 | 5,038,333 | SEPHARDIC COMMUNITY: 1901 OCEAN PARKWAY | BROOKLYN | 1901 OCEAN PARKWAY | Other - Education | 86,690 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 91271 | 91271 | 2016 | 2,809,987 | McVickar | MANHATTAN | 622 West 113th Street | Other - Education | 52,544 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 91283 | 91283 | 2016 | 3,106,292 | Armstrong | MANHATTAN | 545 West 112th street | Other - Education | 59,072 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 91285 | 91285 | 2016 | 3,111,556 | Knox Hall | MANHATTAN | 606 west 122nd Street | Other - Education | 52,009 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 91298 | 91298 | 2016 | 3,117,534 | Studebaker | MANHATTAN | 615 West 131st Street | Other - Education | 175,578 | 2548.3 | 2548.3 | 0.0 | 2548.3 | 0.0 | 0.0 | |
| 92544 | 92544 | 2016 | 5,049,424 | BUILD-MT HOPE HOUSING | MANHATTAN | 321 EAST 111 STREET | Other - Education | 50,646 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 93279 | 93279 | 2016 | 1,819,837 | Center for Automotive Education and Training | QUEENS | 15-30 Petracca Place | Other - Education | 92,705 | 2384.4 | 2384.4 | 0.0 | 2384.4 | 0.0 | 0.0 | |
| 94468 | 94468 | 2016 | 2,978,589 | port richmond | STATEN IS | 281 port richmond avenue | Other - Education | 49,000 | 108467.5 | 108467.5 | 0.0 | 108467.5 | 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");