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 Calendar Year = 2020 and Property Type = "Other - Education" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Mixed Water (kgal)

Borough 4

  • MANHATTAN 4
  • BRONX 3
  • QUEENS 2
  • BROOKLYN 1

Property Type 1

  • Other - Education · 10 ✖

Calendar Year 1

  • 2020 · 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)
189108 189108 2020 2961640 Jewish Theological Seminary MANHATTAN 3080 Broadway Other - Education 127711 4211.0 1505.8 0.0 1505.8 0.0 2705.2  
194254 194254 2020 5049424 Eldridge T. Gerry Clubhouse MANHATTAN 321 EAST 111 STREET Other - Education 50646 0.0 0.0 0.0 0.0 0.0 0.0  
194624 194624 2020 5830330 Our Lady Queen of Angels MANHATTAN 229 East 112th Street Other - Education 37000 102.2 102.2 0.0 102.2 0.0 0.0  
195375 195375 2020 6097486 274 East 175 Realty LLC BRONX 274 East 175th Street Other - Education 38000 621930.4 621930.4 0.0 621930.4 0.0 0.0  
198967 198967 2020 6312077 Marion McMahon Abbe Clubhouse QUEENS 133-01 41st Road Other - Education 38989 0.0 0.0 0.0 0.0 0.0 0.0  
199050 199050 2020 6313389 Harriman Clubhouse MANHATTAN 287 East 10th Street Other - Education 50000 0.0 0.0 0.0 0.0 0.0 0.0  
200496 200496 2020 6600785 The Hannah Senesh School - 342 Smith st BROOKLYN 342 Smith st Other - Education 26896 0.0 0.0 0.0 0.0 0.0 0.0  
202100 202100 2020 6691051 Liberty Square Realty Corp BRONX 878 Brook Ave Other - Education 113105 28.4 28.4 0.0 28.4 0.0 0.0  
206280 206280 2020 8911681 Mount Hope: 55 E 175th BRONX 55 East 175th Street Other - Education 45638 1273.2 1273.2 0.0 1273.2 0.0 0.0  
209444 209444 2020 13071360 68-61 Yellowstone Blvd QUEENS 68-61 Yellowstone Blvd Other - Education 147136 0.0 0.0 0.0 0.0 0.0 0.0  

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