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

22 rows where Calendar Year = 2018 and Property Type = "Financial Office" 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), Outdoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Outdoor Water (kgal), Municipal Mixed Water (kgal)

Borough 3

  • MANHATTAN 18
  • BROOKLYN 2
  • QUEENS 1

Property Type 1

  • Financial Office · 22 ✖

Calendar Year 1

  • 2018 · 22 ✖
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)
129502 129502 2018 8604 114 MANHATTAN 114 West 47th st Financial Office 577,534 0.0 0.0 0.0 0.0 0.0 0.0  
129509 129509 2018 1045358 320 Park Avenue MANHATTAN 320 Park Avenue Financial Office 721,979 21519.6 5656.4 0.0 0.0 0.0 15863.2  
129518 129518 2018 1172592 780 Third Avenue MANHATTAN 780 Third Avenue Financial Office 487,501 0.0 0.0 0.0 8458.0 0.0 1583.7  
129525 129525 2018 1231058 520 Madison MANHATTAN 520 Madison Avenue Financial Office 1,047,777 29305.4 0.0 0.0 0.0 0.0 29305.4  
129603 129603 2018 1575272 PTG - 535 Madison Ave MANHATTAN 535 Madison Avenue Financial Office 444,293 6123.2 6123.2 0.0 6123.2 0.0 0.0  
129610 129610 2018 1603493 522 Fifth Avenue MANHATTAN 522 Fifth Avenue Financial Office 541,827 7792.3 5869.8 0.0 5869.8 0.0 1922.5  
130794 130794 2018 1954047 Fisher - 299 Park Avenue MANHATTAN 299 Park Avenue Financial Office 1,278,462 0.0 0.0 0.0 0.0 0.0 0.0  
130942 130942 2018 2498353 JPMorgan Chase-383M   383 Madison Financial Office 1,365,183 35718.1 35718.1 0.0 35718.1 0.0 0.0  
131961 131961 2018 2662342 Fisher- Park Ave Plaza - 55 E 52nd St MANHATTAN 55 East 52nd Street Financial Office 1,155,000 0.0 0.0 0.0 0.0 0.0 0.0  
132837 132837 2018 2686880 NYSE 11 Wall - City Filing MANHATTAN 11 Wall St Financial Office 334,000 0.0 0.0 0.0 0.0 0.0 0.0  
132883 132883 2018 2691165 1 William Street MANHATTAN 1 William Street Financial Office 112,500 1707.0 1707.0 0.0 1707.0 0.0 0.0  
133275 133275 2018 2719697 IDBBank Of New York- 511 Fifth Avenue MANHATTAN 511 5th Avenue Financial Office 118,784 0.0 0.0 0.0 0.0 0.0 0.0  
133352 133352 2018 2725649 One Bryant Park MANHATTAN One Bryant Park Financial Office 2,212,675 0.0 0.0 0.0 0.0 0.0 0.0  
134054 134054 2018 2791344 JPMorgan Chase-270P MANHATTAN 270 Park Ave Financial Office 1,587,872 54507.4 54507.4 0.0 54507.4 0.0 0.0  
134089 134089 2018 2792918 JPMorgan Chase-3CMC BROOKLYN 3 Chase Metrotech Center Financial Office 366,881 4474.8 4474.8 0.0 4474.8 0.0 0.0  
134100 134100 2018 2793598 JPMorgan Chase-4CMC BROOKLYN 4 Chase Metrotech Center Financial Office 1,597,160 0.0 0.0 0.0 0.0 0.0 0.0  
137720 137720 2018 3987034 1285 Avenue of the Americas (RXR) MANHATTAN 1285 Avenue of the Americas Financial Office 1,728,072 46034.0 0.0 0.0 0.0 0.0 46034.0  
137759 137759 2018 3995369 Bank of China MANHATTAN 410 Madison Ave Financial Office 61,000 1742.1 0.0 0.0 0.0 0.0 1742.1  
137939 137939 2018 4038740 500 Park Avenue MANHATTAN 500 Park Ave Financial Office 203,432 6970.4 6970.4 0.0 6970.4 0.0 0.0  
143196 143196 2018 6216036 19 East 54th Street MANHATTAN 19 East 54th Street Financial Office 25,971 529.5 0.0 529.5 0.0 529.5 0.0  
146481 146481 2018 6306745 Abacus Federal Savings bank MANHATTAN 116 Nassau St. Financial Office 108,793 0.0 0.0 0.0 0.0 0.0 0.0  
149226 149226 2018 6664399 Thirty-Six O One, LLC QUEENS 36-01 43rd Avenue Financial Office 38,700 861.9 861.9 0.0 861.9 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 677.026ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability