home / nyc_ll84

Water — Use and Intensity

Total, indoor, outdoor, and municipal water use.

Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability

5 rows where Calendar Year = 2015 and Property Type = "Strip Mall" sorted by Calendar Year descending

✎ View and edit SQL

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)

Borough 2

  • BRONX 2
  • STATEN IS 2

Property Type 1

  • Strip Mall · 5 ✖

Calendar Year 1

  • 2015 · 5 ✖
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)
64191 64191 2015 2974977 2712 Hylan Boulevard STATEN IS 2712 Hylan Boulevard Strip Mall 94139 7634.8 7634.8 0.0 7634.8 0.0 0.0 81.1
70764 70764 2015 3091477 Pergament 2795 STATEN IS 2795 Richmond Ave. Strip Mall 346760 0.0 0.0 0.0 0.0 0.0 0.0 0.0
75653 75653 2015 4259004 Equity One 90-30 Metropolitan Ave   90-30 Metropolitan Strip Mall 64868 632.2 632.2 0.0 632.2 0.0 0.0 9.75
76581 76581 2015 4092487 Bay Plaza Community Center, LLC BRONX 2100 Bartow Ave Strip Mall 500196 0.0 0.0 0.0 0.0 0.0 0.0 0.0
76614 76614 2015 5038341 Simone: 815 HUTCHINSON RIVER PARKWAY BRONX 815 HUTCHINSON RIVER PARKWAY, Strip Mall 305970 0.0 0.0 0.0 0.0 0.0 0.0 0.0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 1146.459ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability