Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
4 rows where Borough = "STATEN IS" and Property Type = "Self-Storage" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Address 1
| 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25607 | 25607 | 2012 | 2674223 | shs hylan llc | STATEN IS | 101 Quintard Street | Self-Storage | 50061 | 0.0 | 0.0 | |||||
| 33419 | 33419 | 2012 | 3120680 | Extra Space Storage #0690 - Staten Island - Arden Ave | STATEN IS | 7 Arden Ave | Self-Storage | 84567 | 0.0 | 0.0 | |||||
| 34683 | 34683 | 2012 | 3473773 | 2577 Forest Avenue | STATEN IS | 2577 Forest Avenue | Self-Storage | 64500 | 0.0 | 0.0 | |||||
| 22723 | 22723 | 2011 | 3120680 | Extra Spac | STATEN IS | 7 Arden Ave | Self-Storage |
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");