Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
11 rows where Calendar Year = 2019 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 160762 | 160762 | 2019 | 2961640 | Jewish Theological Seminary | MANHATTAN | 3080 Broadway | Other - Education | 262,638 | 3637.4 | 1674.5 | 0.0 | 1674.5 | 0.0 | 1962.9 | |
| 166393 | 166393 | 2019 | 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 | |
| 167609 | 167609 | 2019 | 6097486 | 274 East 175 Realty LLC | BRONX | 274 East 175th Street | Other - Education | 38,000 | 673321.5 | 673321.5 | 0.0 | 673321.5 | 0.0 | 0.0 | |
| 171100 | 171100 | 2019 | 6297480 | ACS - 2018228 - Bronx Residential Center (LL84) (Out of service) | BRONX | 170 East 210th St | Other - Education | 27,000 | 22.6 | 22.6 | 0.0 | 22.6 | 0.0 | 0.0 | |
| 171610 | 171610 | 2019 | 6312077 | Marion McMahon Abbe Clubhouse | QUEENS | 133-01 41st Road | Other - Education | 38,989 | 470.9 | 470.9 | 0.0 | 470.9 | 0.0 | 0.0 | |
| 171698 | 171698 | 2019 | 6313389 | Harriman Clubhouse | MANHATTAN | 287 East 10th Street | Other - Education | 50,000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 173013 | 173013 | 2019 | 6579407 | D & M King Realty LLC - 300 West Service rd | STATEN IS | 300 West Service rd | Other - Education | 47,862 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 173282 | 173282 | 2019 | 6600785 | The Hannah Senesh School - 342 Smith st | BROOKLYN | 342 Smith st | Other - Education | 26,896 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 175037 | 175037 | 2019 | 6691051 | Liberty Square Realty Corp | BRONX | 878 Brook Ave | Other - Education | 113,105 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 179999 | 179999 | 2019 | 8729534 | 4300 Murdock Ave | BRONX | 4300 Murdock Ave | Other - Education | 38,912 | 1941.8 | 1941.8 | 0.0 | 1941.8 | 0.0 | 0.0 | |
| 180036 | 180036 | 2019 | 8911681 | Mount Hope: 55 E 175th | BRONX | 55 East 175th Street | Other - Education | 45,638 | 1253.7 | 1253.7 | 0.0 | 1253.7 | 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");