geocoding in python

330
2
02-07-2012 04:12 AM
NathanBaylot1
New Contributor
[INDENT]Is there a way to change the geocoding options in python? I geocoded the file and the standard score is 85, well all the 84.19 scores work perfectly. I have not figured out how to set the score in python.[/INDENT]
Tags (2)
0 Kudos
2 Replies
TimDine
Occasional Contributor II
Was this ever resolved?  I've been able to geocode with Python, but I can't get it to accept lower match scores.  I've tried lowering the score in the locator,but no luck on making the matches happen lower.  I have been able to make this work interactively in ArcMap.
0 Kudos
BruceHarold
Esri Regular Contributor
Hi

There are no ArcPy methods to access the run-time properties of a locator, but if the locator is file-system based then you could write code that changed properties in the .loc file - which is ASCII.

Regards
0 Kudos