Water — Use and Intensity
Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability
7 rows where Borough = "QUEENS" and Property Type = "Service (Vehicle Repair/Service, Postal Service)" sorted by Calendar Year descending
This data as json, CSV (advanced)
Suggested facets: Property ID, Property Name, Address 1, Floor Area (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) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 29758 | 29758 | 2012 | 2806825 | starr | QUEENS | 30-03 review ave | Service (Vehicle Repair/Service, Postal Service) | 171278 | 0.0 | 0.0 | |||||
| 33937 | 33937 | 2012 | 3172070 | Evans 40-05 168th St. | QUEENS | 40-05 168th St. | Service (Vehicle Repair/Service, Postal Service) | 24500 | 0.0 | 0.0 | |||||
| 34834 | 34834 | 2012 | 3506542 | Queens 114 | QUEENS | 55090 48th Street | Service (Vehicle Repair/Service, Postal Service) | 52000 | 0.0 | 0.0 | |||||
| 34836 | 34836 | 2012 | 3506774 | Manhatten HD (3102) | QUEENS | 83-15 24th Avenue | Service (Vehicle Repair/Service, Postal Service) | 115500 | 0.0 | 0.0 | |||||
| 20529 | 20529 | 2011 | 2806825 | starr | QUEENS | 30-03 review ave | Service (Vehicle Repair/Service, Postal Service) | 171,278 | |||||||
| 21784 | 21784 | 2011 | 3172070 | Melissa 40 | QUEENS | 40-05 168th St. | Service (Vehicle Repair/Service, Postal Service) | 24,500 | |||||||
| 6710 | 6710 | 2010 | 2806825 | starr | QUEENS | 30-03 review ave | Service (Vehicle Repair/Service, Postal Service) | 171,278 |
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");