Is there any way to show the progress of Geocoding in ArcGIS when using python arcpy.

3017
4
07-01-2014 10:31 AM
RuiyangLi
New Contributor
Dear my friends,

I'm writing some scripts to run geocode process under ArcGIS Environment.
And it works pretty well.
However, when I geocode a huge table, I found there is no display for the progress.
It could be annoying because I never know if it is still working, or when it is going to be finished.
Is there any suggestions or comments on that?
Thank you all beforehand!

Best,
Yang
Tags (2)
0 Kudos
4 Replies
DavidWarnock
New Contributor II

I've been doing something similar, and as far as I can tell there is no way to get feedback on progress with the ArcPy geocoding tools.

0 Kudos
RuiyangLi
New Contributor

Hi David,

Thank you for reply. I've done a little detour. I wonder if you have better solution to this.

0 Kudos
JorgeVidinha
New Contributor II

Hi Ruiyang ,

Any findings, Im also looking for similar functionality, at least something that could inform the script is still alive and running.

Thanks

0 Kudos
RuiyangLi
New Contributor

Hi Jorge,

Sorry for the late reply.

Hope you have already resolve this issue.

My workaround is to split large table into reasonable size, etc. 10000 records per table. And I created a counter to monitor the progress for files. It works well on me. The progress bar updated around once a minute.

0 Kudos