<?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 Geocoding in Europe - House number on the right side of address in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177759#M10026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create geolocator which will geocode addresses in Faroe Islands. The address format is basically very simple. The format is following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;Street name&amp;gt; &amp;lt;House Number&amp;gt;&lt;BR /&gt;&amp;lt;City&amp;gt;&lt;BR /&gt;&amp;lt;ZIP Code&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to successfully to use the Single House style which is included in ArcGIS Desktop. However, this style requires addresses to be entered in format &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;House Number&amp;gt; &amp;lt;Street Name&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;, and my addresses come in &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;Street Name&amp;gt;&amp;lt;House Number&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt; format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I customize the locator file, in order to achieve this? Or any other suggestion?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 07:57:16 GMT</pubDate>
    <dc:creator>MartinSirkovsky</dc:creator>
    <dc:date>2014-01-17T07:57:16Z</dc:date>
    <item>
      <title>Geocoding in Europe - House number on the right side of address</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177759#M10026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create geolocator which will geocode addresses in Faroe Islands. The address format is basically very simple. The format is following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;Street name&amp;gt; &amp;lt;House Number&amp;gt;&lt;BR /&gt;&amp;lt;City&amp;gt;&lt;BR /&gt;&amp;lt;ZIP Code&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to successfully to use the Single House style which is included in ArcGIS Desktop. However, this style requires addresses to be entered in format &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;House Number&amp;gt; &amp;lt;Street Name&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;, and my addresses come in &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;Street Name&amp;gt;&amp;lt;House Number&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt; format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I customize the locator file, in order to achieve this? Or any other suggestion?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177759#M10026</guid>
      <dc:creator>MartinSirkovsky</dc:creator>
      <dc:date>2014-01-17T07:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding in Europe - House number on the right side of address</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177760#M10027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the .loc.xml file for your locator, look for the &amp;lt;def name="NormalAddress"&amp;gt; section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The default order of the address components in this section is Number, Street Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt; &amp;lt;elt ref="House" weight="15"/&amp;gt;&lt;BR /&gt; &amp;lt;elt ref="FullStreetName" weight="80" pre_separator="required" separator_list=".,;-"/&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you should be able to switch these two lines around to match the structure of your Faroe Island addresses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt; &amp;lt;elt ref="FullStreetName" weight="80" pre_separator="required" separator_list=".,;-"/&amp;gt;&lt;BR /&gt; &amp;lt;elt ref="House" weight="15"/&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might need to remove the pre_separator property since the street name is now the first component in the address&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 17:45:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177760#M10027</guid>
      <dc:creator>PeterHanmore</dc:creator>
      <dc:date>2014-01-17T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding in Europe - House number on the right side of address</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177761#M10028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help. I had little trouble to finding the loc.xml file, becuase I have created my geolocator in Geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I moved it out of gdb, and saved it just in a windows folder. Then I was able to find the file and make the change. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:06:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177761#M10028</guid>
      <dc:creator>MartinSirkovsky</dc:creator>
      <dc:date>2014-03-17T10:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding in Europe - House number on the right side of address</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177762#M10029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have run into another problem. Following the Peter's advice helped when geocoding in ArcMap. However, once I published the geocoder as a service on ArcGIS server, I need to enter the address in the following format when using REST API: &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;housenr&amp;gt; &amp;lt;streetname&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the same service in ArcMap accepts the address in format &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;streetname&amp;gt; &amp;lt;housenr&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 13:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-in-europe-house-number-on-the-right-side/m-p/177762#M10029</guid>
      <dc:creator>MartinSirkovsky</dc:creator>
      <dc:date>2014-06-30T13:10:22Z</dc:date>
    </item>
  </channel>
</rss>

