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

9 rows where Calendar Year = 2013 and Property Type = "Other - 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), Municipal Mixed Water (kgal), Indoor Water Intensity (gal/ft2)

Borough 5

  • QUEENS 3
  • STATEN IS 2
  • BRONX 1
  • BROOKLYN 1
  • MANHATTAN 1

Property Type 1

  • Other - Mall · 9 ✖

Calendar Year 1

  • 2013 · 9 ✖
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)
38710 38710 2013 2678637 Bruckner BRONX 845 White Plains Rd. Other - Mall 114425 1044.4 1044.4   1044.4   0.0 9.13
38711 38711 2013 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Other - Mall 392000 6251.9 6251.9   6251.9   0.0 15.95
38714 38714 2013 2678649 Northern QUEENS 48-18 Northern Blvd. Other - Mall 218059 6869.6 6869.6   6869.6   0.0 31.5
38715 38715 2013 2678650 Queens Place Mall QUEENS 88-01 Queens Blvd Other - Mall 462414 12347.9 12347.9   12347.9   0.0 26.7
38718 38718 2013 2678669 Richmond Avenue STATEN IS 2505-2535 Richmond Ave. Other - Mall 76000 61.0 61.0   61.0   0.0 0.8
40388 40388 2013 2743861 VILLAGE GREEN SHOPPING CENTER STATEN IS 230-262 ARDEN AVENUE Other - Mall 72345 0.0 0.0   0.0   0.0 0.0
45964 45964 2013 3446624 Utopia Center QUEENS 176-60 Union Turnpike Other - Mall 173462 3692.3 3692.3   3692.3   0.0 21.29
47379 47379 2013 3962142 25 West 14th Street MANHATTAN 25 West 14th Street Other - Mall 61884 2602.1 0.0   0.0   2602.1 0.0
49076 49076 2013 2770620 Forest Mall   1351 & 1377 Forest Ave Other - Mall 108283 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 4884.63ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability