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 = 2011 and Property Type = "Mall (Strip Mall and Enclosed)" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Borough 4

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

Property Type 1

  • Mall (Strip Mall and Enclosed) · 9 ✖

Calendar Year 1

  • 2011 · 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)
17252 17252 2011 2678637 Bruckner BRONX 845 White Plains Rd. Mall (Strip Mall and Enclosed) 114,425              
18586 18586 2011 2678643 Atlantic Center BROOKLYN 197 Fort Greene Place Mall (Strip Mall and Enclosed) 392,000              
20172 20172 2011 2814714 Triangle Equities Junction BROOKLYN 2201 Nostrand Avenue Mall (Strip Mall and Enclosed) 64,434              
20410 20410 2011 2678649 Northern QUEENS 48-18 Northern Blvd. Mall (Strip Mall and Enclosed) 217,599              
20987 20987 2011 2678650 Queens Place Mall QUEENS 88-01 Queens Blvd Mall (Strip Mall and Enclosed) 398,993 12.0 12.0         30.79
21540 21540 2011 2814700 Triangle P QUEENS 140-01 20th Avenue Mall (Strip Mall and Enclosed) 76,727              
21549 21549 2011 2814707 Triangle Plaza II LLC   28-55 Ulmer Ave. Mall (Strip Mall and Enclosed) 137,984              
22633 22633 2011 2770620 Forest Mal   1351 & 1377 Forest Ave Mall (Strip Mall and Enclosed) 108,283              
22654 22654 2011 2678669 Richmond Avenue STATEN IS 2505-2535 Richmond Ave. Mall (Strip Mall and Enclosed) 76,000              

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 864.951ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability