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

15 rows where Borough = "BRONX" and Property Type = "College/University (Campus-Level)" 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), Indoor Water Use (kgal)

Calendar Year 3

  • 2012 6
  • 2011 5
  • 2010 4

Property Type 1

  • College/University (Campus-Level) · 15 ✖

Borough 1

  • BRONX · 15 ✖
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)
23835 23835 2012 2636736 Rose Hill BRONX 441 E Fordham Road College/University (Campus-Level) 1472657   0.0 0.0        
26346 26346 2012 2698141 1165 Morris Park Avenue (Rousso) BRONX 1165 Morris Park Avenue College/University (Campus-Level) 51389   0.0 0.0        
29789 29789 2012 2807790 Main Original Buildings BRONX 4513 Manhattan College Parkway College/University (Campus-Level) 563734   0.0 0.0        
30360 30360 2012 2814906 T.E 755 Coop City Associates LLC BRONX 755 Coop City Boulevard College/University (Campus-Level) 76000   315.1 0.0        
32359 32359 2012 3054433 CMSV 2 BRONX 755 West 261 Street College/University (Campus-Level) 98777   0.0 0.0        
35041 35041 2012 3522944 Faculty Memorial Hall BRONX 655 East Fordham Road College/University (Campus-Level) 91431   0.0 0.0        
15911 15911 2011 2698141 1165 Morris Park Avenue (Rousso) BRONX 1165 Morris Park Avenue College/University (Campus-Level) 51,389              
17002 17002 2011 2636736 Rose Hill BRONX 441 E Fordham Road College/University (Campus-Level) 1,472,657              
17736 17736 2011 2814906 T.E 755 Coop City Associates LLC BRONX 755 Coop City Boulevard College/University (Campus-Level) 37,911              
17878 17878 2011 2807790 Main Origi BRONX 4513 Manhattan College Parkway College/University (Campus-Level) 563,734 953.6 953.6         1.69
19269 19269 2011 2814906 T.E 755 Coop City Associates LLC BRONX 755 Coop City Boulevard College/University (Campus-Level) 37,911              
3269 3269 2010 2610158 Research and Learning Center BRONX 3840 Corlear Avenue College/University (Campus-Level) 57,000              
3270 3270 2010 2609513 Leo Engineering Building BRONX 3825 Corlear Avenue College/University (Campus-Level) 161,880              
6371 6371 2010 2807790 Manhattan College Main Campus BRONX 4513 Manhattan College Parkway College/University (Campus-Level) 563,734              
7984 7984 2010 2698141 1165 Morris Park Avenue (Rousso) BRONX 1165 Morris Park Avenue College/University (Campus-Level) 51,389              

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