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

24 rows where Borough = "BRONX" and Property Type = "Other - Mall" 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), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal)

Calendar Year 11

  • 2017 5
  • 2018 5
  • 2019 4
  • 2023 2
  • 2024 2
  • 2013 1
  • 2014 1
  • 2015 1
  • 2020 1
  • 2021 1
  • 2022 1

Property Type 1

  • Other - Mall · 24 ✖

Borough 1

  • BRONX · 24 ✖
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)
322161 322161 2024 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30,000 0.0 0.0 0.0 0.0 0.0 0.0  
331463 331463 2024 32205346 Kay Realty Management - 5673 Broadway BRONX 5673 Broadway Other - Mall 48,964 1449.0 1449.0 0.0 1449.0 0.0 0.0  
276615 276615 2023 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30,000 744.7 744.7 0.0 744.7 0.0 0.0  
287861 287861 2023 32205346 Kay Realty Management - 5673 Broadway BRONX 5673 Broadway Other - Mall 48,964 0.0 0.0 0.0 0.0 0.0 0.0  
257653 257653 2022 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30,000 66.4 66.4 0.0 66.4 0.0 0.0  
235888 235888 2021 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30,000 66.4 66.4 0.0 66.4 0.0 0.0  
206268 206268 2020 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30000 1051.6 1051.6 0.0 1051.6 0.0 0.0  
175856 175856 2019 6701581 Marshall's BRONX 352 Baychester Avenue Other - Mall 44,716 0.0 0.0 0.0 0.0 0.0 0.0  
178956 178956 2019 7139624 3706 Third Avenue - 35822 BRONX 3706 Third Avenue Other - Mall 56,200 4146.4 4146.4 0.0 4146.4 0.0 0.0  
180024 180024 2019 8862473 2918 Third Ave BRONX 2918 Third Ave Other - Mall 30,000 588.5 588.5 0.0 588.5 0.0 0.0  
182733 182733 2019 11987154 90 East 170 Street BRONX 90 East 170 Street Other - Mall 41,201 94.9 94.9 0.0 94.9 0.0 0.0  
146064 146064 2018 6297398 EDC - 2012125 - Arthur Avenue Retail Market (LL84) BRONX 2344 Arthur Ave Other - Mall 13,125 0.0 0.0 0.0 0.0 0.0 0.0  
147555 147555 2018 6412098 Mark Hazan BRONX 2886 3rd Avenue Other - Mall 25,232 177.1 177.1 0.0 177.1 0.0 0.0  
153090 153090 2018 6810148 1799 Westchester Ave. BRONX 1799 Westchester Ave. Other - Mall 27,174 0.0 0.0 0.0 0.0 0.0 0.0  
153592 153592 2018 6820159 Chemtob 2-2488-25 BRONX 50-54 East 167 Street Other - Mall 25,782 11.3 11.3 0.0 11.3 0.0 0.0  
154341 154341 2018 7139624 3706 Third Avenue - 35822 BRONX 3706 Third Avenue Other - Mall 56,200 3447.9 3447.9 0.0 3447.9 0.0 0.0  
105606 105606 2017 6,297,398 EDC - 2012125 - Arthur Avenue Retail Market (LL84) BRONX 2344 Arthur Avenue Other - Mall 13,125              
109748 109748 2017 6,412,098 Mark Hazan BRONX 2886 3rd Avenue Other - Mall 25,232 574.8 574.8   574.8      
109802 109802 2017 6,412,098 Mark Hazan BRONX 2886 3rd Avenue Other - Mall 25,232 574.8 574.8   574.8      
123632 123632 2017 5,067,367 W2 Bay Plaza LLC BRONX 312-340 Baychester Avenue Other - Mall 52,200              
128591 128591 2017 6,603,471 City Bay Plaza BRONX 350-360 Baychester Avenue Other - Mall 128,194              
64840 64840 2015 2678637 Bruckner BRONX 845 White Plains Rd. Other - Mall 114425 791.1 791.1 0.0 791.1 0.0 0.0 6.91
51670 51670 2014 2678637 Bruckner BRONX 845 White Plains Rd. Other - Mall 114425 886.3 886.3   886.3     7.75
38710 38710 2013 2678637 Bruckner BRONX 845 White Plains Rd. Other - Mall 114425 1044.4 1044.4   1044.4   0.0 9.13

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