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

14 rows where Calendar Year = 2012 and Property Type = "Warehouse (Refrigerated)" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Indoor Water Use (kgal)

Borough 3

  • BROOKLYN 5
  • QUEENS 5
  • BRONX 2

Property Type 1

  • Warehouse (Refrigerated) · 14 ✖

Calendar Year 1

  • 2012 · 14 ✖
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)
24392 24392 2012 2651918 Frank Brunckhorst (1011 Flushing)   1011 Flushing Warehouse (Refrigerated) 85000   0.0 0.0        
26160 26160 2012 2686394 Frank Brunckhorst (38 Bogart St ENT) BROOKLYN 38 Bogart St ENT Warehouse (Refrigerated) 45000   0.0 0.0        
26643 26643 2012 2708775 Liberty Equities QUEENS 182-20 Liberty Avenue Warehouse (Refrigerated) 165000   364.9 0.0        
26821 26821 2012 2715290 Daiei Trading Co Inc QUEENS 1450 128th Street Warehouse (Refrigerated) 51000   0.0 0.0        
28393 28393 2012 2784952 211 LOMBARDY ST LLC BROOKLYN 211 LOMBARDY ST Warehouse (Refrigerated) 80000   662.7 0.0        
30026 30026 2012 2810999 Warehouse Building QUEENS 58-71 56 Drive Warehouse (Refrigerated) 63518   38.8 0.0        
32097 32097 2012 2974996 Wing Hon Holding, Inc. BROOKLYN 1101 Metropolitan Avenue Warehouse (Refrigerated) 70000   0.0 0.0        
32713 32713 2012 3106384 WAREHOUSE 1 BRONX 511 BARRY STREET Warehouse (Refrigerated) 133000   0.0 0.0        
32962 32962 2012 3112728 Urbach 5748 49 ST. QUEENS 5748 49TH ST. Warehouse (Refrigerated) 58323   934.6 0.0        
33001 33001 2012 3113637 Wendi Realty LLC QUEENS 51-01 Grand Ave Warehouse (Refrigerated) 120200   0.0 0.0        
34034 34034 2012 3221445 355 Food Center Dr BRONX 355 Food Center Drive Warehouse (Refrigerated) 952000   0.0 0.0        
34562 34562 2012 3429118 47-37 Austell Place   47-37 Austell Place Warehouse (Refrigerated) 115000   0.0 0.0        
35081 35081 2012 3523418 24 Rock Street BROOKLYN 24 Rock Street Warehouse (Refrigerated) 160000   0.0 0.0        
35148 35148 2012 3525911 25 Rock Street BROOKLYN 25 Rock Street Warehouse (Refrigerated) 60000   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 745.315ms · Data license: Public Domain · Data source: NYC Mayor's Office of Sustainability