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

10 rows where Borough = "QUEENS" and Property Type = "Mall (Strip Mall and Enclosed)" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Property ID, Property Name, Address 1, Floor Area (ft2)

These facets timed out: Property Type

Calendar Year 3

  • 2012 4
  • 2010 3
  • 2011 3

Borough 1

  • QUEENS · 10 ✖
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)
25802 25802 2012 2678649 Northern QUEENS 48-18 Northern Blvd. Mall (Strip Mall and Enclosed) 217599   6658.4 0.0        
25803 25803 2012 2678650 Queens Place Mall QUEENS 88-01 Queens Blvd Mall (Strip Mall and Enclosed) 398993   12461.4 0.0        
30340 30340 2012 2814700 Triangle Plaza LLC QUEENS 140-01 20th Avenue Mall (Strip Mall and Enclosed) 79800   2064.6 0.0        
34591 34591 2012 3446624 Utopia Center QUEENS 176-60 Union Turnpike Mall (Strip Mall and Enclosed) 173462   4084.8 0.0        
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              
4935 4935 2010 2706284 LaGuardia Center QUEENS 43-02 Ditmars Blvd Mall (Strip Mall and Enclosed)                
7421 7421 2010 2678649 Northern QUEENS 48-18 Northern Blvd. Mall (Strip Mall and Enclosed) 217,599              
7422 7422 2010 2678650 Queens Place Mall QUEENS 88-01 Queens Blvd Mall (Strip Mall and Enclosed) 398,993              

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