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

16 rows where Borough = "BRONX" and Property Type = "Social/Meeting Hall" 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 7

  • 2019 4
  • 2020 4
  • 2021 4
  • 2017 1
  • 2018 1
  • 2022 1
  • 2023 1

Property Type 1

  • Social/Meeting Hall · 16 ✖

Borough 1

  • BRONX · 16 ✖
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)
283205 283205 2023 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 23,400 0.0 0.0 0.0 0.0 0.0 0.0  
248031 248031 2022 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 22,905 0.0 0.0 0.0 0.0 0.0 0.0  
223963 223963 2021 21625422 EDC_3984_Kingsbridge Armory BRONX 29 West Kingsbridge Rd Social/Meeting Hall 411,930 0.0 0.0 0.0 0.0 0.0 0.0  
224415 224415 2021 21312480 3371 EASTCHESTER ROAD BRONX 3371 EASTCHESTER ROAD Social/Meeting Hall 25,490 2533.8 2533.8 0.0 2533.8 0.0 0.0  
228070 228070 2021 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 22,905 0.0 0.0 0.0 0.0 0.0 0.0  
241302 241302 2021 15377360 1930 Randall Ave BRONX 1930 Randall Ave Social/Meeting Hall 44,657 0.0 0.0 0.0 0.0 0.0 0.0  
187229 187229 2020 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 22905 0.0 0.0 0.0 0.0 0.0 0.0  
198161 198161 2020 6296791 EDC - 2098782 - Kingsbridge Armory (LL84) BRONX 29 West Kingsbridge Rd Social/Meeting Hall 411930 0.0 0.0 0.0 0.0 0.0 0.0  
208838 208838 2020 12344486 BBL 2-02788-0001: DPR (LL84) BRONX 357 East 170th St Social/Meeting Hall 10800 0.0 0.0 0.0 0.0 0.0 0.0  
210510 210510 2020 15377360 1930 Randall Ave BRONX 1930 Randall Ave Social/Meeting Hall 44657 0.0 0.0 0.0 0.0 0.0 0.0  
158715 158715 2019 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 22,905 0.0 0.0 0.0 0.0 0.0 0.0  
158716 158716 2019 2731808 3450-60 DeKalb Avenue BRONX 3450-60 DeKalb Avenue Social/Meeting Hall 22,905 0.0 0.0 0.0 0.0 0.0 0.0  
170695 170695 2019 6296791 EDC - 2098782 - Kingsbridge Armory (LL84) BRONX 29 West Kingsbridge Rd Social/Meeting Hall 411,930 0.0 0.0 0.0 0.0 0.0 0.0  
183100 183100 2019 12344486 BBL 2-02788-0001: DPR (LL84) BRONX 357 East 170th St Social/Meeting Hall 10,800 0.0 0.0 0.0 0.0 0.0 0.0  
145735 145735 2018 6296791 EDC - 2098782 - Kingsbridge Armory (LL84) BRONX 29 West Kingsbridge Rd Social/Meeting Hall 411,930 0.0 0.0 0.0 0.0 0.0 0.0  
105248 105248 2017 6,296,791 EDC - 2098782 - Kingsbridge Armory (LL84) BRONX 29 West Kingsbridge Rd Social/Meeting Hall 411,930              

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