<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to set address locator properties via arcpy? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427080#M33509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can edit locator properties &lt;STRONG&gt;&lt;EM&gt;after creation&lt;/EM&gt;&lt;/STRONG&gt; by editing (in code if scripting) the.loc file component of a locator, see here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/208711"&gt;Access existing address locator properties with arcpy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 21:35:02 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2018-01-26T21:35:02Z</dc:date>
    <item>
      <title>Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427073#M33502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to set address locator properties, like minimum match score, before creating the address locator with arcpy?&amp;nbsp; I'm modifying them after creation in the *loc.xml file.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 20:09:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427073#M33502</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-22T20:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427074#M33503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the best way to find materials is to search with arcpy in it, for instance&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002600000007000000"&gt; arcpy address locator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;will get you in the ball park&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 20:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427074#M33503</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-22T20:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427075#M33504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon, it doesn't look like it. Check &lt;A _jive_internal="true" href="https://community.esri.com/thread/57348"&gt;this link&lt;/A&gt; with similar discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 22:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427075#M33504</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-02-22T22:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427076#M33505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused by this response - the link does not lead to anything specifically to do with arcpy, rather a tool, which like any tool can be called via arcpy, but as far as I can tell it does not have anything to do with setting locator properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 22:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427076#M33505</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-02-22T22:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427077#M33506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple...to direct to the help files to see what is exposed within arcpy, which in this case is simply the access to the tools which would then lead one to see whether anything else can be found by examining the arcpy tree itself.&amp;nbsp; Most people don't know about simply access to tools through arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addendum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Alphabetical_list_of_ArcPy_functions/03q30000007s000000/"&gt;to access arcpy function&lt;/A&gt;s&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Alphabetical_list_of_ArcPy_classes/018z000000mq000000/"&gt;to access arcpy classes&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then there are additional functions and classes within each of the registered extensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 23:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427077#M33506</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-22T23:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427078#M33507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I looked but didn't find too much related to properties.&amp;nbsp; I will do as you suggest and search using arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 01:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427078#M33507</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T01:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427079#M33508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had seen this as I was searching for similar questions and hoped someone might have a new idea.&amp;nbsp; I was able to handle the property modifications as part of my script but still like the idea of setting them from the start.&amp;nbsp; Thanks for taking the time to look around.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 01:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427079#M33508</guid>
      <dc:creator>BrandonKeinath1</dc:creator>
      <dc:date>2015-02-23T01:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set address locator properties via arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427080#M33509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can edit locator properties &lt;STRONG&gt;&lt;EM&gt;after creation&lt;/EM&gt;&lt;/STRONG&gt; by editing (in code if scripting) the.loc file component of a locator, see here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/208711"&gt;Access existing address locator properties with arcpy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 21:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-set-address-locator-properties/m-p/427080#M33509</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2018-01-26T21:35:02Z</dc:date>
    </item>
  </channel>
</rss>

