Take a look at this approach, I am attempting the same solution in our Python script-
<SPAN class="pln" style="font-size: 12px; color: #000000;">locator_fn </SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">=</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"> </SPAN><SPAN class="str" style="font-size: 12px; color: #800000;">'my_address_locator.loc'</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"><BR />locator_file </SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">=</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"> open</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">(</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;">locator_fn</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">,</SPAN><SPAN class="str" style="font-size: 12px; color: #800000;">'a'</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">)</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"> </SPAN><SPAN class="com" style="font-size: 12px; color: #868686;"># open for appending</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"><BR />locator_file</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">.</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;">writelines</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">(</SPAN><SPAN class="str" style="font-size: 12px; color: #800000;">'MinimumCandidateScore = 70'</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">)</SPAN>
<SPAN class="pun" style="font-size: 12px; color: #145680;"><SPAN class="pln" style="font-size: 12px; color: #000000;">locator_file</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">.</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;">writelines</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">(</SPAN><SPAN class="str" style="font-size: 12px; color: #800000;">'SpellingSensitivity = 70'</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">)</SPAN></SPAN>
<SPAN class="pun" style="font-size: 12px; color: #145680;"><SPAN class="pun" style="font-size: 12px; color: #145680;"><SPAN class="pln" style="font-size: 12px; color: #000000;">locator_file</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">.</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;">writelines</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">(</SPAN><SPAN class="str" style="font-size: 12px; color: #800000;">'MinimumMatchScore = 70'</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">)</SPAN></SPAN></SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;"><BR />locator_file</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">.</SPAN><SPAN class="pln" style="font-size: 12px; color: #000000;">close</SPAN><SPAN class="pun" style="font-size: 12px; color: #145680;">()</SPAN>
Locator Properties:
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.