We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe2ef9 commit 9294947Copy full SHA for 9294947
README.md
@@ -120,7 +120,7 @@ docker pull nsaph/climate_types_raster2polygon
120
# to generate county aggregations
121
docker run -v <test_path>:/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon
122
# to generate zcta aggregations
123
-docker run -v <test_path>:/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon -C shapefile_polygon_name=zcta
+docker run -v <test_path>:/app/data/output/climate_types_raster2polygon nsaph/climate_types_raster2polygon --cores=1 -C shapefile_polygon_name=zcta
124
```
125
126
### If you want to build your own image use
0 commit comments