<?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: Comparing two point files with one polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15917#M578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;strip_space&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;in_flds&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;""" provide the 6 fields to strip and concatenate
&amp;nbsp;&amp;nbsp;&amp;nbsp; python parser"""&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; fixed &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; in_flds&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;is&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;not&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fixed&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;append&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;i&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; frmt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"{} "&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;len&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fixed&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; frmt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;strip&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; flds &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;str&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;i&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;strip&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; fixed&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; result &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; frmt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;fixed&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; result&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;quasi generic, but will trap nulls (aka None)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 20:38:32 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-10T20:38:32Z</dc:date>
    <item>
      <title>Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15884#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing some QA to some addressing. I have two address point files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One from several years ago that&amp;nbsp; the address point is placed on the buildings (which I want the newer data to do). The second is a month old that the address points are at the centroid of the parcel layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to see where adjustments are needed. I was hoping to find a method to compare the two address points for changes in the address number and road name and the differences of the placement such as that number is not found within that parcel (polygon).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? I have a Basic Licenses for ArcMap 10.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 17:47:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15884#M545</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T17:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15885#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hannah, can it be safe to assume the OBJECTID numbers between the two files aren't in direct correspondence?&lt;/P&gt;&lt;P&gt;If they were, then a join based on that common key would make things easier.&lt;/P&gt;&lt;P&gt;If there is not&amp;nbsp; and the address is in one field then you could join on that field&lt;/P&gt;&lt;P&gt;If that is not the case, then you could concatenate the full address in a new file and try a join using those two common fields.&amp;nbsp; This would at least give you the addresses that were the same, leaving you with the addresses that are different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15885#M546</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-01T19:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15886#M547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do not have the same object ID. That would make my life too easy. When trying to Concatenate the fields I get a ton of spaces when a field is empty. What is the process should I do to only get information if there is some in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15886#M547</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15887#M548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have to do some prep work... like for now, select only the records that have all the data and don't concatenate those.&lt;/P&gt;&lt;P&gt;I don't know what the data looks like, but if it is a real mess and you have less than a 100 or so, it may just be faster to do a side-by-each comparison and provide a common 'key' field to both.&amp;nbsp; A tax roll number would work, anything, but at some stage every address should have some kind of 'key' to tie it to attributes and location.&lt;/P&gt;&lt;P&gt;If you have a couple of made up records from each table (anonymize them) then some people that work specifically in that area may be able to leap in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.esri.com/people/jborgion"&gt;jborgion&lt;/A&gt;‌ any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15887#M548</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-01T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15888#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="The calculation I made" class="image-1 jive-image j-img-original" src="/legacyfs/online/395522_FieldCalc_for COM_ADD.PNG" style="height: auto;" /&gt;&lt;IMG alt="Comparison Between the different layers" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/395524_TableComparison.PNG" style="width: 620px; height: 387px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 21:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15888#M549</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T21:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15889#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="/legacyfs/online/395526_differences in the layer.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 21:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15889#M550</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T21:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15890#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grief... well, I would certainly work with a selection to test the process first.&lt;/P&gt;&lt;P&gt;Your address column on the left, should be able to join with the address column on the right...&lt;/P&gt;&lt;P&gt;Have you tried that?&amp;nbsp; The big thing to check is to ensure everything is exact. &amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a few things that you should consider when assessing the results&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;hopefully your data columns don't have preceeding/trailing spaces&lt;/LI&gt;&lt;LI&gt;there is no point in concatenating columns that contain &amp;lt;null&amp;gt;, so you might want to do a query for the records that are not null in one of the prominent fields that contain tons of nulls&lt;/LI&gt;&lt;LI&gt;that will enable you to simplify the concat.. process.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;so check the data... run a join, .... select by attributes a street or two and manually inspect the result and report back on any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 21:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15890#M551</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-01T21:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15891#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hooray for addressing changes!&amp;nbsp; They keep us gainfully employed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking along the same lines as Dan:&amp;nbsp; first&amp;nbsp;thing I'd do is look for those that are identical in the components.&amp;nbsp; That whittles down the ones you'll need to examine as far as the actual address (1234 S MAIN ST) goes.&amp;nbsp; Additionally for those that are duplicate records, you need to see if they have the same location, and that might be tricky with a basic license.&amp;nbsp; Add X and Y coordinates and calculate them accordingly in each of point in both feature classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan has&amp;nbsp;bestowed upon me the way of numpy arrays for making fast comparisons and I'm currently working on an addressing project that deploys them; I won't go into them right now, but they do make comparisons a lot faster, and you'll amaze your co-workers with how cool they are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First things first: if you don't have a "complete address" field in both feature classes add it.&amp;nbsp; Calculate them accordingly.&amp;nbsp; Then you can perform a relate between the two feature classes using the "complete address" field as the key.&amp;nbsp; Select all of the 'old' and then see which of the new get selected via the relate.&amp;nbsp; You can do the same sort of thing to look for duplicate x and y coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll then need to start looking at just street names:&amp;nbsp; S MAIN ST in the old and S MAIN ST in the new:&amp;nbsp; are there spatially near matches with different house numbers?&amp;nbsp; Are there some new S MAIN ST addresses that are miles away from the old ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the parcel data have an address in them as well?&amp;nbsp; You could perform a spatial join and then look to see if the address point address is different than the parcel address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could go on ad nauseam; there are lots of different ways to skin this cat.&amp;nbsp; Give some of these ideas a spin and when you get stuck, let us know; if I don't see your post, Dan will, and then I'll know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 21:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15891#M552</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-01T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15892#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The newer version of the address points was created from the parcel data. So once I do a spatial join what should I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15892#M553</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15893#M554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about joining the old data to the parcel data?&amp;nbsp; If old address &amp;lt;&amp;gt; parcel address, that address point has changed with respect to address itself, right?&amp;nbsp; Does knowing that have any value in your analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the new address points were created from the parcel data, is it safe to assume the addresses between them are the same?&amp;nbsp; Does knowing if there might be a difference have any value in your analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that what you really want to do is move any new address points that have the same address (and/or improved address) to the location of the old address, but before you do that, you really need to be sure the new one qualifies to replace the old one.&amp;nbsp; That can be accomplished with a topology (I think).&amp;nbsp; I can't recall offhand but does a spatial join for points allow for an off set distance?&amp;nbsp; That is, if you were spatially join the new points to the old points and they are not exactly coincident, can the search radius be adjusted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15893#M554</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-01T22:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15894#M555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spatial join is to the closest feature Joe.. so no problem unless there are spatial options with the same distance.&lt;/P&gt;&lt;P&gt;ps... see the concatenation post to see the form of the fields and the concatenated fields to see if you have any suggestions as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15894#M555</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-01T22:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15895#M556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly.&amp;nbsp; Your whole last paragraph is correct. That is exactly what/why. I just know some of these addresses (the house numbers) have been changed and I want to make sure that is represented as well. I am doing this for 911 dispatch. I came to this city a month ago and it turns out they did not have anyone doing GIS for over 4 years. So I received the new addresses from the county from the parcel data. Looking back 4 years to what had previously been done. So a lot of updates. But I do not want to loose the majority of those who have been placed over the building. Thank you for your assistance. I will try these out tomorrow! I will let you know how it goes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15895#M556</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-01T23:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15896#M557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got done with a 15 year stint doing 9-1-1 addressing; I feel your pain.&amp;nbsp; Something you might consider is forget the old and go with the new. Period. Four years is long enough to go between updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15896#M557</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-01T23:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15897#M558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other have addressed dealing with the addressing, but your second question was about 'two point files with one polygon | differences of the placement'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest trying the Near (ArcMap) or Generate Near Table (ArcGIS Pro) command.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;H4&gt;&lt;/H4&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H2&gt;Summary&lt;/H2&gt;&lt;P&gt;Calculates distances and other proximity information between features in one or more feature class or layer. Unlike the &lt;SPAN&gt;Near&lt;/SPAN&gt; tool, which modifies the input, &lt;SPAN&gt;Generate Near Table&lt;/SPAN&gt; writes results to a new stand-alone table and supports finding more than one near feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This, along with the address information, should help you associate the points correctly.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 00:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15897#M558</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2018-02-02T00:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15898#M559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't the near tool/command available only at the Advanced License level?&amp;nbsp; That's what I was alluding to with my comment about finding coincident points being tricky with a Basic license....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/tools/analysis-toolbox/near.htm" title="http://desktop.arcgis.com/en/arcmap/10.5/tools/analysis-toolbox/near.htm"&gt;Near—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 01:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15898#M559</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-02T01:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15899#M560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my last job I had an advanced license. So having to figure out things&lt;/P&gt;&lt;P&gt;without my awesome tools, I loved. Lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 01:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15899#M560</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-02T01:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15900#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 'Near-ish' tool that can be used Joe and Hannah... if it comes down to it (no advanced license required).&amp;nbsp; Let me know and I will dredge it up and get it into a 'tool' form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 02:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15900#M561</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-02T02:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15901#M562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay so I have done the spatial joins for the Old addressing and the parcel. How do I select based on the differences between the two addresses?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15901#M562</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-05T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15902#M563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to assume that the parcel data has its own parcel address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now query your data such that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OldAddress_Field &amp;lt;&amp;gt; ParcelAddressField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result tells me that the parcel address has been updated from what you previously had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OldAddress_Field&amp;nbsp;= ParcelAddressField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tells me that no change has been made.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15902#M563</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-05T17:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two point files with one polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15903#M564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realized my issue was the fact that when I made the new field for the full address. It left spaces when there was nothing in that field. Such as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/395792_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do I do the concatenate so that there is not a space in the way screwing up the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all of your help. You have been a life saver!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 18:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/comparing-two-point-files-with-one-polygon/m-p/15903#M564</guid>
      <dc:creator>HannahSmith3</dc:creator>
      <dc:date>2018-02-05T18:45:38Z</dc:date>
    </item>
  </channel>
</rss>

