<?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: How to determine the changes between two polygon shapefiles of similar data in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23627#M31</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're totally right.&lt;/P&gt;&lt;P&gt;Thank you Dan. You have been most helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 22:03:58 GMT</pubDate>
    <dc:creator>WhitneyNewcomb</dc:creator>
    <dc:date>2017-11-08T22:03:58Z</dc:date>
    <item>
      <title>How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23620#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The city I work for gets its parcel data from the county once a month so we have several years of almost the same data. I want to be able to determine where changes occur between every new month. So what are the changes between September to October, October to November, etc. And by changes I mean any change in geometry (like parcel splits or merges) or changes in attributes (especially changes in ownership).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've contacted ESRI about this and they weren't able to do a whole lot for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I've tried so far:&lt;/P&gt;&lt;P&gt;I am able to find changes in geometry by using the Select by Location: Identical features and inverting the selection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine but does not get me changes in attributes.&lt;/P&gt;&lt;P&gt;I would use the Feature Compare tool but this does not work as it requires the same number of rows in both tables - which I don't have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found an old arcgisscripting tool and converted it to arcpy&amp;nbsp;and it worked with point datasets (but at a certain point in time the County changed how they did their parcel data and went to polygons only which the script does not work with).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm at a loss for what to do now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any advice for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there's any info I can give to help you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Whitney Newcomb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23620#M24</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23621#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the data contain any date/time fields that you can use to differentiate the data? &amp;nbsp;Do you know if the county enforces attribute changes to be tracked by populating a date/time field (Editor Tracking would be useful in this scenario, but you would need to contact the county to see if they are implementing this procedure)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23621#M25</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2017-11-08T19:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23622#M26</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your last option... doesn't work with polygons....produce a centroid file of your polygons, then you can use that at least for the attributes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23622#M26</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-08T19:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23623#M27</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no it doesn't. They don't even fill out their metadata. It's rather upsetting. Hah!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23623#M27</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T21:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23624#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;That actually might work for me to some extent, but I'm worried that I'll have a hard time converting it back to a polygon file.&lt;/P&gt;&lt;P&gt;The script I found grabs the different fields of the two parent files and dumps them into one new file so that for every point in it there is (usually) actuallly two points stacked on top of each other. One from the earlier month and one from the later month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23624#M28</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T21:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23625#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you wouldn't need to convert the centroid file back to a polygon file... it would just be used to identify which record attributes have changed... Your polygon file would remain untouched&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23625#M29</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-08T21:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23626#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try first converting the polygons to polylines and then using the polylines to compare? If you want you can use Polygon to Line&amp;nbsp;under Data Management Toolbox, in Features toolset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/technical-article/000007707"&gt;http://support.esri.com/en/technical-article/000007707&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23626#M30</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2017-11-08T22:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23627#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're totally right.&lt;/P&gt;&lt;P&gt;Thank you Dan. You have been most helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23627#M31</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T22:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23628#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whitney,&lt;/P&gt;&lt;P&gt;We are developing tools to help solve conflation problems. There is a GP tool Detect Feature Changes which currently only works on line features, such as roads, parcel lines, etc. This tool detects spatial (geometry) and attribute differences between two sets of line features.&lt;/P&gt;&lt;P&gt;We are investigating polygon use cases. What you described seems a good case for us. Would you be able to share some sample data, two or three monthly data of a small area? If so, you can attach your data in email to &lt;A href="mailto:dlee@esri.com"&gt;dlee@esri.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In the meantime, I think it's a good idea to first exclude the spatially identical ones, as you did. For the remaining parcels, perhaps try Spatial Join Oct vs. Nov, and then Spatial Join Nov. vs Oct. That could give you 1:n relationships both ways to catch what's been split or combined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan (Esri Conflation Team)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23628#M32</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2017-11-08T22:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23629#M33</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;Let me just check with my higher-ups and make sure I can share the data. It shouldn't be a problem and I'll email you ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Could you elaborate on how the spatial joins will show me these differences? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23629#M33</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T22:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23630#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! I look forward to your sample data. Thanks again for sharing the data and for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spatial Join tool allows you to join 1-to-1 or 1-to-many; you can choose one of many Match Options, such as INTERSECT,&amp;nbsp;CONTAINS, HAVE_THEIR_CENTER_IN,&amp;nbsp;etc. If a polygon in Oct data Is split into 3 polys in Nov. data, the tool will find the relationship. If you choose 1-to-1 join, you will get a Join Count field with the value 3. If 2 polys are merged, the two polys will join the same merged poly. There are other tools to analyze duplicates, e.g. Find Identical, Frequency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23630#M34</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2017-11-08T22:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23631#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nobbir,&lt;/P&gt;&lt;P&gt;This doesn't work for because attributes do not come along with the polylines. I really need to see the differences in attributes.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 22:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23631#M35</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-11-08T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23632#M36</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has there been any movement on this tool?&amp;nbsp; We too are looking for a polygon comparison to highlight additions, removals, or modifications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 16:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23632#M36</guid>
      <dc:creator>LindaRadomile</dc:creator>
      <dc:date>2018-02-19T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23633#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linda,&lt;/P&gt;&lt;P&gt;I would still like to ask for your data, if possible, to see the specific case. I did help Whitney to solve the problem he faced once I got his data; he actually had common attributes between the two sources, so Add Join followed by Select Layer By Attribute did the trick. Would you be able to share sample data? You can email to &lt;A href="mailto:dlee@esri.com"&gt;dlee@esri.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 23:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23633#M37</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2018-02-19T23:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23634#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have the same problem, i am going to implement the folowing process in model builder. When i finished the model i will share them.&lt;BR /&gt;&lt;IMG __jive_id="402464" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/402464_process.jpg" style="width: 620px; height: 1102px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking for the solution i found an tool in datainteroperability that perform the "change detector" operation, if one have this extension can find the diferences between two featureclass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23634#M38</guid>
      <dc:creator>GuillermoMarinez1</dc:creator>
      <dc:date>2018-04-19T17:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23635#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guillermo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Might your model merit a script that searches the tables to compare for changes in the APN before it finds spatial changes?&amp;nbsp; We are working on that angle.&amp;nbsp; My colleague and I are using the Union tool on the two different files with a unqiue field for APNCURRENT and APNPRIOR .&amp;nbsp; I'm working at putting it into a python script but new to Python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIsa Pierce&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 00:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23635#M39</guid>
      <dc:creator>deleted-user-_ZI9nJL9TGxh</dc:creator>
      <dc:date>2018-07-03T00:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23636#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need help with Python scripting please shoot me a mail at &lt;A href="mailto:nahmed@esri.com"&gt;nahmed@esri.com&lt;/A&gt; (also some sample data will be helpful) &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 14:52:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23636#M40</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-07-03T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23637#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this all the time for the City I work for to "true-up" the land base layers. Here's two processes that seem to work well in identifying changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Detecting geometry changes.&amp;nbsp; For both the existing polygons and the new polygons, convert the polygons to lines.&amp;nbsp; Then run&lt;EM&gt; Erase&lt;/EM&gt; on the line files to subtract the New from the Existing.&amp;nbsp; Finally, run &lt;EM&gt;Multipart to Singlepart&lt;/EM&gt; on the result.&amp;nbsp; The output of all this will be lines that show where the geometry differs.&amp;nbsp; This can be helpful in knowing exactly what needs to be edited, which can be an advantage over the "&lt;EM&gt;Select By Location, Identical"&lt;/EM&gt; process (which is another way to do this).&lt;/LI&gt;&lt;LI&gt;Detecting Attribute changes.&amp;nbsp; If you have a common unique ID, an &lt;EM&gt;Attribute Join&lt;/EM&gt; can be used to combine the two attribute tables.&amp;nbsp; Some examples:&amp;nbsp; &lt;EM&gt;APN, TaxID&lt;/EM&gt;.&amp;nbsp; Obviously will vary depending on your attribute fields.&amp;nbsp; Once the two datasets are joined, Queries can be run for each field of interest to see if the attribute has changed.&amp;nbsp; Generalized example: Table1.APN &amp;lt;&amp;gt; Table2.APN.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, one can do much more complex processing, but that will depend on knowing more of the specifics of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 17:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23637#M41</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-07-03T17:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23638#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;Has any work been done on this polygon comparison tool. I have a similar situation trying to compare two parcel data sets that have changed over time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joe&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 18:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23638#M42</guid>
      <dc:creator>JosephCornellisson</dc:creator>
      <dc:date>2019-05-31T18:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine the changes between two polygon shapefiles of similar data</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23639#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;Thank you for checking. The short answer is no, we have not developed this tool/option yet. Part of the reasons is that we are still researching on use cases, not only parcel polygons but also other features, in order to fully understand the spectrum of scenarios and to see what's in common for a tool design.&lt;/P&gt;&lt;P&gt;Would you be able to share your parcel data with me? Could you describe in what way the two data sets are different, e.g. are they mostly identical except the changed features; do they have common attributes/IDs, such as APN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2019 19:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-determine-the-changes-between-two-polygon/m-p/23639#M43</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2019-06-01T19:17:56Z</dc:date>
    </item>
  </channel>
</rss>

