Is there a way to run a python script (in PyCharm) without having to constantly close and reopen my .APRX?

504
1
07-16-2021 05:53 AM
GeoDev
by
New Contributor II

I've been scripting for ArcGIS Pro at my new job for a few months now. I use PyCharm for my scripts with the arcgispro-py3 environment. I've noticed if I don't close down the project with the data I'm manipulating in my script, I'll get a data lock error. So, this makes me have to close and reopen it after the smallest scripting change and this adds so much unnecessary time. Is there anyway I can get around this?

0 Kudos
1 Reply
by Anonymous User
Not applicable

You'll have to remove the layers from the Contents List to remove the locks and keep your project open.  You may also have to right click and refresh the containing folder in the Catalog tree to refresh the data after your script has ran.

0 Kudos