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

21 rows where Calendar Year = 2013 and Property Type = "Manufacturing/Industrial Plant" sorted by Calendar Year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Floor Area (ft2), Total Water Use (kgal), Indoor Water Use (kgal), Municipal Indoor Water (kgal), Municipal Mixed Water (kgal), Indoor Water Intensity (gal/ft2)

Borough 4

  • QUEENS 9
  • BROOKLYN 8
  • MANHATTAN 2
  • BRONX 1

Property Type 1

  • Manufacturing/Industrial Plant · 21 ✖

Calendar Year 1

  • 2013 · 21 ✖
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)
37720 37720 2013 2659124 Allway Tools Inc. BRONX 1255 Seabury Avenue Manufacturing/Industrial Plant 70000 0.0 0.0   0.0   0.0 0.0
38170 38170 2013 2667368 Buildings 9-10   21,55,83 33rd Street;882 3rd Avenue Manufacturing/Industrial Plant 569265 0.0 0.0   0.0   0.0 0.0
38269 38269 2013 2669461 2840 ATLANTIC AVE REALTY BROOKLYN 2840 Atlantic ave Manufacturing/Industrial Plant 71000 2150.9 2150.9   2150.9   0.0 30.29
38647 38647 2013 2677109 Epic Pharma LLC QUEENS 227-15 North Conduit Avenue Manufacturing/Industrial Plant 108000 2557.1 2557.1   2557.1   0.0 23.68
40801 40801 2013 2779520 Crystal HQ and Factory QUEENS 31-10 Whitestone Expressway Manufacturing/Industrial Plant 169696 0.0 0.0   0.0   0.0 0.0
44978 44978 2013 3119193 1059_1266_610-628 Smith Street, Brooklyn BROOKLYN 610-628 Smith Street Manufacturing/Industrial Plant 60000 0.0 0.0   0.0   0.0 0.0
46637 46637 2013 3531773 131 West Street BROOKLYN 131 West Street Manufacturing/Industrial Plant 103000 0.0 0.0   0.0   0.0 0.0
47166 47166 2013 3681825 5910 Decatur Street QUEENS 5910 Decatur St, Queens Manufacturing/Industrial Plant 216400 0.0 0.0   0.0   0.0 0.0
47171 47171 2013 3698664 DLX Industries BROOKLYN 193 Hinsdale Street Manufacturing/Industrial Plant 70000 350.3 350.3   350.3   0.0 5.0
47435 47435 2013 3988141 1000 Dean Street BROOKLYN 1000 Dean Street Manufacturing/Industrial Plant 120521 0.0 0.0   0.0   0.0 0.0
47530 47530 2013 4020145 105 Evergreen Avenue BROOKLYN 105 Evergreen Avenue Manufacturing/Industrial Plant 145000 0.0 0.0   0.0   0.0 0.0
47531 47531 2013 4020151 645 Clinton Street BROOKLYN 645 Clinton Street Manufacturing/Industrial Plant 75677 0.0 0.0   0.0   0.0 0.0
47540 47540 2013 4021654 PRINTING BY LIANE BROOKLYN 538 JOHNSON AVENUE Manufacturing/Industrial Plant 121279 0.0 0.0   0.0   0.0 0.0
47795 47795 2013 4036921 Brickman - 30-02 48th Avenue QUEENS 30-02 48th Avenue Manufacturing/Industrial Plant 141800 3360.8 0.0   0.0   3360.8 0.0
48024 48024 2013 4039447 161 East 110th Street MANHATTAN 161 East 110th Street Manufacturing/Industrial Plant 74067 0.0 0.0   0.0   0.0 0.0
48091 48091 2013 4040283 43-20 34th Street QUEENS 43-20 34th Street Manufacturing/Industrial Plant 64898 0.0 0.0   0.0   0.0 0.0
48368 48368 2013 4043197 64 West 48th Street MANHATTAN 64 West 48th Street Manufacturing/Industrial Plant 113912 0.0 0.0   0.0   0.0 0.0
48616 48616 2013 4045035 33-01 Hunters Point Avenue QUEENS 33-01 Hunters point Ave Manufacturing/Industrial Plant 58400 0.0 0.0   0.0   0.0 0.0
48618 48618 2013 4045041 Brickman 47-25 34th Street QUEENS 47-25 34th Street Manufacturing/Industrial Plant 322290 0.0 0.0   0.0   0.0 0.0
49033 49033 2013 2702543 A.Angonoa Inc QUEENS 115-05 15th Ave. Manufacturing/Industrial Plant 60000 0.0 0.0   67638.0     1127.3
49237 49237 2013 3980172 Prestone Press QUEENS 47-50 30th Street Manufacturing/Industrial Plant 50000 0.0 0.0   977.7     19.55

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