Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
15 rows where Calendar Year = 2021 and Property Type = "Other - Education" 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 217116 | 217116 | 2021 | 8911681 | Mount Hope: 55 E 175th | BRONX | 55 East 175th Street | Other - Education | 45,638 | 1914.6 | 1914.6 | 0.0 | 1914.6 | 0.0 | 0.0 | |
| 219163 | 219163 | 2021 | 6097486 | 274 East 175 Realty LLC | BRONX | 274 East 175th Street | Other - Education | 38,000 | 6164.7 | 6164.7 | 0.0 | 6164.7 | 0.0 | 0.0 | |
| 221588 | 221588 | 2021 | 1836818 | K905-0301645 | BROOKLYN | 7151 Avenue T | Other - Education | 9,600 | 410.0 | 410.0 | 0.0 | 410.0 | 0.0 | 0.0 | |
| 222049 | 222049 | 2021 | 21353845 | DPR_10075_Comfort Station to K286 | BROOKLYN | 2525 Haring St | Other - Education | 395 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 222057 | 222057 | 2021 | 21353853 | DOE_10116_K516 (South Shore HS Fieldhouse) | BROOKLYN | 6565 Flatlands Ave | Other - Education | 4,800 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 222083 | 222083 | 2021 | 21353879 | CUNY CC > BCC_353_Bronx CC: Greenhouse | 185 West 108th St | Other - Education | 265 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 222309 | 222309 | 2021 | 21354105 | CIG > WCS BZ_9347_Bronx Zoo: Education Trailer #1 | BRONX | 2300 Southern Blvd | Other - Education | 750 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 222456 | 222456 | 2021 | 21354252 | CIG > NYBG_11795_NYBG: Picnic Pavilions | BRONX | 2670 Dr. Theodore Kazimiroff Blvd | Other - Education | 2,700 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 222458 | 222458 | 2021 | 21354255 | CIG > NYBG_11798_NYBG: Edible Academy | BRONX | 2662 Southern Blvd | Other - Education | 8,070 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 222836 | 222836 | 2021 | 21354634 | CIG > QBG_11871_QBG: Education Building | QUEENS | 43-50 Main St | Other - Education | 2,617 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 225412 | 225412 | 2021 | 5049424 | Eldridge T. Gerry Clubhouse | MANHATTAN | 321 EAST 111 STREET | Other - Education | 50,646 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 225413 | 225413 | 2021 | 6312077 | Marion McMahon Abbe Clubhouse | QUEENS | 133-01 41st Road | Other - Education | 38,989 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 225414 | 225414 | 2021 | 6313389 | Harriman Clubhouse | MANHATTAN | 287 East 10th Street | Other - Education | 50,000 | 0.4 | 0.4 | 0.0 | 0.4 | 0.0 | 0.0 | |
| 227587 | 227587 | 2021 | 6600785 | The Hannah Senesh School - 342 Smith st | BROOKLYN | 342 Smith st | Other - Education | 26,896 | 198.5 | 198.5 | 0.0 | 198.5 | 0.0 | 0.0 | |
| 233513 | 233513 | 2021 | 2961640 | Jewish Theological Seminary | MANHATTAN | 3080 Broadway | Other - Education | 127,711 | 3876.1 | 1264.2 | 0.0 | 1264.2 | 0.0 | 2611.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");