Select to view content in your preferred language

ArcGIS Pro (Advanced License) & Arcpy & Python Multiprocessing

428
0
06-28-2021 11:08 AM
GregHorne
Regular Contributor

I have a Python (arcpy) application that processes parcels for 5 different counties.  The processing is time consuming.  90% of the processing is common between the 5 counties thus I would like to create 5 processes in Python (multiprocessing.Process) to process all of the counties simultaneously?

Will ArcGIS Pro present any limitations such as number of instances?  I presume each Python Process will instantiate its own ArcGIS Pro instance, but I am not sure how this works.

0 Kudos
0 Replies