Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
7 rows where Borough = "BROOKLYN" and Property Type = "Education" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Property Name, Address 1, Indoor Water Use (kgal)
These facets timed out: Property Type
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25908 | 25908 | 2012 | 2680727 | 117 Adams Complex-Building 5 | BROOKLYN | 175 Pearl Street | Education | 190121 | 2529.0 | 0.0 | |||||
| 31395 | 31395 | 2012 | 2835865 | Bobover Yeshivah Bnei Zion | BROOKLYN | 1521 48th Street | Education | 62000 | 0.0 | 0.0 | |||||
| 31743 | 31743 | 2012 | 2943912 | Cong Machne Chaim | BROOKLYN | 6101 16th Ave | Education | 61148 | 0.0 | 0.0 | |||||
| 32083 | 32083 | 2012 | 2973635 | Yeshivah Novominsk | BROOKLYN | 1690 60th Street | Education | 72000 | 0.0 | 0.0 | |||||
| 19472 | 19472 | 2011 | 2973635 | Yeshivah N | BROOKLYN | 1690 60th Street | Education | 72,000 | |||||||
| 19473 | 19473 | 2011 | 2943912 | Cong Machn | BROOKLYN | 6101 16th Ave | Education | 61,148 | |||||||
| 4477 | 4477 | 2010 | 2680727 | 117 Adams Complex-Building 5 | BROOKLYN | 175 Pearl Street | Education | 190,121 | 2.0 | 2.0 | 12.33 |
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");