<?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: Geocoding apartments and getting parcel polygons. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495359#M28126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hopeing to avoid having to modify the source address table and instead just create a different locator from my parcel data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can always join back to the parcel layer with the referenceID field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shane&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 18:57:10 GMT</pubDate>
    <dc:creator>ShaneLim</dc:creator>
    <dc:date>2010-05-13T18:57:10Z</dc:date>
    <item>
      <title>Geocoding apartments and getting parcel polygons.</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495357#M28124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two questions actually. I have addresses that have unit numbers at the end. Such as &lt;/SPAN&gt;&lt;STRONG&gt;910 Main st ste 220&lt;/STRONG&gt;&lt;SPAN&gt;. What locator do I use? I downloaded the single address with unit but it wants a unit field in the table to geocode and I only have one address field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly when I geocode my single address parcel locator I get a point shapefile. Is there a way to get the parcel polygons as my result? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shane&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 16:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495357#M28124</guid>
      <dc:creator>ShaneLim</dc:creator>
      <dc:date>2010-05-12T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding apartments and getting parcel polygons.</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495358#M28125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to parse out the apartment number of suite number of your address field. That's pretty typical when geocoding; getting the address data into a form your locator needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as getting a polygon as a result; never heard of that.&amp;nbsp; Geocoding is the process that takes non-spatial tabular data and&amp;nbsp; creates a discrete x,y location (point feature) by virtue of interpolating an address against some sort of spatial reference, be it a street, parcel, or address point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 17:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495358#M28125</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2010-05-13T17:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding apartments and getting parcel polygons.</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495359#M28126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hopeing to avoid having to modify the source address table and instead just create a different locator from my parcel data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can always join back to the parcel layer with the referenceID field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shane&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 18:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495359#M28126</guid>
      <dc:creator>ShaneLim</dc:creator>
      <dc:date>2010-05-13T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding apartments and getting parcel polygons.</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495360#M28127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shane:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the parcel data have the unit elements broken up in to separate fields? If so then if you have version 10.3+ you can use the US Address - Single House Subaddress style to create the address locator then geocode your table of addresses that have the full address "&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;910 Main st ste 220&lt;/STRONG&gt;" in a single field against the parcel based locator. Based on your reply back to Joe I wasn't sure how either the parcel reference data or input address table were formatted. A screen shot would clarify this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 17:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495360#M28127</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2016-08-18T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding apartments and getting parcel polygons.</title>
      <link>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495361#M28128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had the original post been more current I would have replied much the same way you did with respect to the new locators now available.&amp;nbsp; Goodness...&amp;nbsp; Six year ago; how the time gets by us....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 20:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/geocoding-apartments-and-getting-parcel-polygons/m-p/495361#M28128</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-08-18T20:12:26Z</dc:date>
    </item>
  </channel>
</rss>

