<?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: Percentage area overlap between years in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90742#M5314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A python script can be run in the python window of ArcMap or as a standalone script, but in case you are planning to repeat a process and want to share that with others you normally would create a toolbox with it that enables an easy interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 12:14:39 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2019-01-18T12:14:39Z</dc:date>
    <item>
      <title>Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90735#M5307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px;"&gt;I have GPS locations for 5 animals, over two years (so over 6000 points). Using the minimum bounding geometry tool, I&amp;nbsp;have been able to create polygons (MCP) for each month for each individual over the two years. What I want to do is calculate the area overlap&amp;nbsp;for each month from different years. So for example animal ID1, I want to calculate the percentage of area overlap in January 2017 and&amp;nbsp;January 2018, Feb 2017 and Feb 2018…etc., In some cases there will be no overlap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px;"&gt;Using the&amp;nbsp;INTERSECT tool, and to calculate for one or two months or individuals, it&amp;nbsp;can be done manually. How would I do it for&amp;nbsp;numerous animals over numerous years? What tool do I need to use and how would I specify this so that ArcMap (or QGIS) understands to take Jan 2017 and compare it with Jan&amp;nbsp;2018 and give me the area overlap (percentage)? I’ve tried model builder too but I don’t see how I can specify which 2 fields (month and year of one and compare with same month but different year) / features to take into consideration for the analysis.&amp;nbsp;I also can’t figure out how to calculate the percentage.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px;"&gt;Any advice would be most appreciated. Thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90735#M5307</guid>
      <dc:creator>GaiusWilson</dc:creator>
      <dc:date>2019-01-17T06:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90736#M5308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is hard to make a firm statement about what overlay method would be best, but you have looked at Intersect...&lt;/P&gt;&lt;P&gt;what about&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/union.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/union.htm"&gt;Union—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Union retains the attribute information from all the stacked layers.&lt;/P&gt;&lt;P&gt;Depending on your table configuration, (ie separate Area fields... not Shape_Area) you could retain the area information between steps.&lt;/P&gt;&lt;P&gt;I wouldn't recommend stacking (unioning) everything until you see whether 2 layers yield any new insights.&amp;nbsp; If it does, an incremental approach may work&lt;/P&gt;&lt;P&gt;On the other hand, Tabulate Area in the spatial analyst extension is another possibility, but you would have to deal with the potential loss of precision associated with the representation of vector data as raster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90736#M5308</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-17T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90737#M5309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply Dan. I am not sure the "union" tool would&amp;nbsp;work because it would simply join the polygons (and all of them, rather than just Jan 2017 and Jan 2018, Feb 2017 and Feb 2018.....). I have separated the 12 polygons (corresponding to each month) for 2017 from the 12 polygons for 2018 as 2 separate layers. I have tried the tabulate intersection and that works to a certain extent but then there is manual separation and calculation of percentage as each month is tabulated against every other month. I need to look at the Tabulate area that you suggest.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 10:40:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90737#M5309</guid>
      <dc:creator>GaiusWilson</dc:creator>
      <dc:date>2019-01-17T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90738#M5310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw, this is my first post, so I am not even sure if my question is widely visible. I&amp;nbsp;am sure there are many people who have done this kind of analysis before, and I am sure there is a simpler way to calculate percentage overlap for specific months/areas. Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 10:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90738#M5310</guid>
      <dc:creator>GaiusWilson</dc:creator>
      <dc:date>2019-01-17T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90739#M5311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would problably create a python script to do this. If you can share the data I am able to help you with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90739#M5311</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-01-17T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90740#M5312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to my last comment a couple of things more:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You posted this question in the discussion part of the GeoNet Resource Hub, It might be better to share this with&amp;nbsp;&lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;&amp;nbsp;and/or&amp;nbsp;&lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;&amp;nbsp;place to get more views&lt;/LI&gt;&lt;LI&gt;If you created the influence zone using the&amp;nbsp;MBG&amp;nbsp;there can be areas that might overlap although there was never any animal you could also create a line from the sequence of migration points and apply a buffer to that line to get the area.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90740#M5312</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-01-17T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90741#M5313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Xander for your reply, thank you for your willingness to help.&amp;nbsp;I do not know how to use Python as I have never used it before. If the script is written, does it still work through ArcMap?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 05:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90741#M5313</guid>
      <dc:creator>GaiusWilson</dc:creator>
      <dc:date>2019-01-18T05:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage area overlap between years</title>
      <link>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90742#M5314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A python script can be run in the python window of ArcMap or as a standalone script, but in case you are planning to repeat a process and want to share that with others you normally would create a toolbox with it that enables an easy interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 12:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/percentage-area-overlap-between-years/m-p/90742#M5314</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-01-18T12:14:39Z</dc:date>
    </item>
  </channel>
</rss>

