File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ mkdir <path>/climate_types_raster2polygon
118118``` bash
119119docker pull nsaph/climate_types_raster2polygon
120120# to generate county aggregations
121- docker run -v < test_path> :/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon
121+ docker run -v < test_path> :/app/data/output/climate_types_raster2polygon -t nsaph/climate_types_raster2polygon
122122# to generate zcta aggregations
123- docker run -v < test_path> :/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon --cores= 1 -C shapefile_polygon_name=zcta
123+ docker run -v < test_path> :/app/data/output/climate_types_raster2polygon -t nsaph/climate_types_raster2polygon --cores 1 -C shapefile_polygon_name=zcta
124124```
125125
126126### If you want to build your own image use
You can’t perform that action at this time.
0 commit comments