2

I have a script which uses ArcPy + Python multiprocessing.

Are ArcPy environment variables shared between separate Python processes?

If I write to arcpy.env.extent from within each process am I asking for trouble?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Oct 20, 2014 at 23:32

1 Answer 1

3

Environments aren't propagated from process to process, so changing extent in one won't affect the other at all.

answered Oct 20, 2014 at 23:48

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.