Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Calendar Year = 2012 and Property Type = "Automobile Dealership" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Indoor Water Use (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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 26617 | 26617 | 2012 | 2707343 | MBM, 514 11th Avenue | MANHATTAN | 514 11th Avenue | Automobile Dealership | 411153 | 0.0 | 0.0 | |||||
| 30957 | 30957 | 2012 | 2820270 | 706 MANHATTAN LLC | MANHATTAN | 706 11 AVENUE | Automobile Dealership | 65625 | 0.0 | 0.0 | |||||
| 30958 | 30958 | 2012 | 2820273 | Potamkin Developement LLC | MANHATTAN | 2495 2 AVENUE | Automobile Dealership | 91256 | 0.0 | 0.0 | |||||
| 32339 | 32339 | 2012 | 3029926 | MBM, 770 11th Ave | MANHATTAN | 770 11th Avenue | Automobile Dealership | 330000 | 4952.5 | 0.0 | |||||
| 32685 | 32685 | 2012 | 3104030 | 711 11 AVENUE | MANHATTAN | 711 11 AVENUE | Automobile Dealership | 115500 | 267.8 | 0.0 | |||||
| 35934 | 35934 | 2012 | 3552308 | Dana Motors | STATEN IS | 266 West Service Rd | Automobile Dealership | 72000 | 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");