0
votes
2answers
121 views

Execute multiple process in parallel of Arcpy script

i have seen some not easy ways to do parallel processing, but i wonder if it is possible to simply execute multiple process of the same Arcpy script in the same time. the script make some changes in ...
3
votes
1answer
104 views

parallelization of raster mosaic

I would like to create a raster mosaic of the national USGS NED 30m DEM (~50 GB). I'd like to leverage parallel processing using python multiprocessing module where possible. I'm using ArcGIS 10.0. My ...