Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
6 rows where Calendar Year = 2015 and Property Type = "Automobile Dealership" 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), 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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 64099 | 64099 | 2015 | 3104030 | 711 11 AVENUE | MANHATTAN | 711 11 AVENUE | Automobile Dealership | 115500 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| 66183 | 66183 | 2015 | 2820270 | 706 MANHATTAN LLC | MANHATTAN | 706 11 AVENUE | Automobile Dealership | 65625 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| 66184 | 66184 | 2015 | 2820273 | Potamkin Developement LLC | MANHATTAN | 2495 2 AVENUE | Automobile Dealership | 91256 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| 66185 | 66185 | 2015 | 4124879 | POTAMKIN HY HOLDINGS LLC | MANHATTAN | 2485 2nd ave | Automobile Dealership | 137456 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| 66189 | 66189 | 2015 | 3856672 | 11TH Avenue Automobile Realty LLC | MANHATTAN | 645 11th Avenue | Automobile Dealership | 75000 | 906.6 | 906.6 | 0.0 | 906.6 | 0.0 | 0.0 | 12.09 |
| 70645 | 70645 | 2015 | 4957573 | Girt Realty LLC | MANHATTAN | 646 11th Avenue | Automobile Dealership | 50207 | 749.5 | 749.5 | 0.0 | 749.5 | 0.0 | 0.0 | 14.93 |
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");