<?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 Reverse geocoding points to nearest address in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411785#M23561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to find the nearest address for a series of points.&amp;nbsp; I have a parcel layer i'm trying to use for addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to use the Reverse Geocode (RG) function in ArcToolbox to get a start.&amp;nbsp; However, i had to use an address locator based on a street centerline file.&amp;nbsp; Upon inspection of the addresses, the addresses the RG found were linearly interpolated from the addresses in the "line" data from the street centerline file.&amp;nbsp; Consequently, a lot of those addresses do not exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to create an address locator with Parcels, and then RG the points.&amp;nbsp; Everytime i did this ArcMap crashed.&amp;nbsp; I'm assuming you can't use an address locator built with polygons to RG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how i should go about doing this?&amp;nbsp; I have roughly 40,000 points that need a closest address.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 12:20:50 GMT</pubDate>
    <dc:creator>StevenRussell_Jr_</dc:creator>
    <dc:date>2011-12-07T12:20:50Z</dc:date>
    <item>
      <title>Reverse geocoding points to nearest address</title>
      <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411785#M23561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to find the nearest address for a series of points.&amp;nbsp; I have a parcel layer i'm trying to use for addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to use the Reverse Geocode (RG) function in ArcToolbox to get a start.&amp;nbsp; However, i had to use an address locator based on a street centerline file.&amp;nbsp; Upon inspection of the addresses, the addresses the RG found were linearly interpolated from the addresses in the "line" data from the street centerline file.&amp;nbsp; Consequently, a lot of those addresses do not exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to create an address locator with Parcels, and then RG the points.&amp;nbsp; Everytime i did this ArcMap crashed.&amp;nbsp; I'm assuming you can't use an address locator built with polygons to RG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how i should go about doing this?&amp;nbsp; I have roughly 40,000 points that need a closest address.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 12:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411785#M23561</guid>
      <dc:creator>StevenRussell_Jr_</dc:creator>
      <dc:date>2011-12-07T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse geocoding points to nearest address</title>
      <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411786#M23562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What if you performed a spatial join of your points into the parcel polygons. No doubt you'll get multiple joins but from what you describe that's okay. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 12:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411786#M23562</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2011-12-07T12:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse geocoding points to nearest address</title>
      <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411787#M23563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are no common fields between Parcels and Street Signs.&amp;nbsp; So i can't do a join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My next step is to try a composite address locator built using a street centerline file and a parcel polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that it's an intern &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What if you performed a spatial join of your points into the parcel polygons. No doubt you'll get multiple joins but from what you describe that's okay. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 11:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411787#M23563</guid>
      <dc:creator>StevenRussell_Jr_</dc:creator>
      <dc:date>2011-12-08T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse geocoding points to nearest address</title>
      <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411788#M23564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There are no common fields between Parcels and Street Signs.&amp;nbsp; So i can't do a join.&lt;BR /&gt;&lt;BR /&gt;My next step is to try a composite address locator built using a street centerline file and a parcel polygon. &lt;BR /&gt;&lt;BR /&gt;After that it's an intern &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Emphasis on&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; SPATIAL JOIN&lt;/SPAN&gt;&lt;SPAN&gt;. GIS 101;&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000000q000000.htm"&gt; point in polygon&lt;/A&gt;&lt;SPAN&gt;. That's how you'll get the polygon address onto the point location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 11:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411788#M23564</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2011-12-08T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse geocoding points to nearest address</title>
      <link>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411789#M23565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yup, what Joe said. And be sure to select the second radio button when you're creating the spatial join.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reverse-geocoding-points-to-nearest-address/m-p/411789#M23565</guid>
      <dc:creator>BenjaminBauman</dc:creator>
      <dc:date>2011-12-08T14:09:21Z</dc:date>
    </item>
  </channel>
</rss>

