Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
16 rows where Calendar Year = 2013 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), Indoor Water Intensity (gal/ft2)
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 36737 | 36737 | 2013 | 2601646 | 79 Fifth Avenue LLC | MANHATTAN | 79 Fifth Avenue | Other - Education | 271596 | 2377.3 | 2377.3 | 2377.3 | 0.0 | 8.75 | ||
| 36804 | 36804 | 2013 | 2609513 | Leo Engineering Building | BRONX | 3825 Corlear Avenue | Other - Education | 161880 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 36815 | 36815 | 2013 | 2610158 | Research and Learning Center | BRONX | 3840 Corlear Avenue | Other - Education | 57000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 36834 | 36834 | 2013 | 2611920 | Walter & Samuels - 500 8th Ave | MANHATTAN | 500 8th Ave | Other - Education | 234132 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 36996 | 36996 | 2013 | 2636742 | Gramercy Medical Arts Building | MANHATTAN | 380 Second Avenue | Other - Education | 198000 | 2375.6 | 2375.6 | 2375.6 | 0.0 | 12.0 | ||
| 40781 | 40781 | 2013 | 2777318 | Barnard Millbank | West 120th St | Other - Education | 221000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |||
| 42139 | 42139 | 2013 | 2809987 | McVickar | MANHATTAN | 622 West 113th Street | Other - Education | 52544 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 42156 | 42156 | 2013 | 2810257 | Avenue J | BROOKLYN | 1602 Avenue J | Other - Education | 86008 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 42178 | 42178 | 2013 | 2810303 | Dov Revel | QUEENS | 71-02 113th Street | Other - Education | 80983 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 43649 | 43649 | 2013 | 2943912 | Cong Machne Chaim | BROOKLYN | 6101 16th Ave | Other - Education | 61148 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 43796 | 43796 | 2013 | 2961640 | Jewish Theological Seminary | MANHATTAN | 3080 Broadway | Other - Education | 262638 | 2220.2 | 0.0 | 0.0 | 2220.2 | 0.0 | ||
| 43912 | 43912 | 2013 | 2973635 | Yeshivah Novominsk | BROOKLYN | 1690 60th Street | Other - Education | 72000 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 44414 | 44414 | 2013 | 3106292 | Armstrong | MANHATTAN | 545 West 112th street | Other - Education | 59072 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 44578 | 44578 | 2013 | 3111556 | Knox Hall | MANHATTAN | 606 west 122nd Street | Other - Education | 52009 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 44913 | 44913 | 2013 | 3117534 | Studebaker | MANHATTAN | 615 West 131st Street | Other - Education | 175578 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | ||
| 47814 | 47814 | 2013 | 4037366 | 24-02 Queens Plaza South | QUEENS | 24-02 Queens Plaza South | Other - Education | 74105 | 1011.1 | 0.0 | 0.0 | 1011.1 | 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");