<?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 calculate intermediate polygon between two polygons using ArcGIS in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273043#M9426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear... you say you want to do this in QGIS ...&lt;/P&gt;&lt;P&gt;perhaps try their discussion group &amp;nbsp;&lt;A href="https://gis.stackexchange.com/"&gt;https://gis.stackexchange.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2018 15:51:17 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-05-31T15:51:17Z</dc:date>
    <item>
      <title>How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273042#M9425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;I have a two polygons, the big one and the small one inside of the big one. Now I want to create the new polygon which is on the average middle between these two (big and small). I have used&amp;nbsp;Erase tool to create just one donate polygon (without the small one in the middle) and to create negative buffer, but that is not a good idea. New polygon should have some mix of geometries between small and big one.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;NOTE that these two polygons doesn't have the same geometry.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;All of these I want to finish using ArcGIS.&amp;nbsp;&lt;IMG __jive_id="410329" alt="Intermediate" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410329_IntermediatePolygon.png" /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 15:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273042#M9425</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-05-31T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273043#M9426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear... you say you want to do this in QGIS ...&lt;/P&gt;&lt;P&gt;perhaps try their discussion group &amp;nbsp;&lt;A href="https://gis.stackexchange.com/"&gt;https://gis.stackexchange.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 15:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273043#M9426</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-31T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273044#M9427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I have edited question now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 16:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273044#M9427</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-05-31T16:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273045#M9428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick workflow idea that could be tried if you have access to Spatial Analyst or 3D Analyst.&amp;nbsp; Untested, but I think this could work.&amp;nbsp; It would need to be fleshed out with the specific processes (this is just the basic process).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Convert the polygons to lines&lt;/LI&gt;&lt;LI&gt;Combine into one feature class (if not already)&lt;/LI&gt;&lt;LI&gt;Add an integer field called "Elevation"&lt;/LI&gt;&lt;LI&gt;Populate one line with zero and the other with 100&lt;/LI&gt;&lt;LI&gt;Convert the lines to a surface (raster)&lt;/LI&gt;&lt;LI&gt;Contour the surface, specifying an elevation of 50.&amp;nbsp; This will essentially produce the result you are seeking.&lt;/LI&gt;&lt;LI&gt;Convert to vector, then Convert the lines back to polygons.&lt;/LI&gt;&lt;/OL&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>Thu, 31 May 2018 16:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273045#M9428</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-05-31T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273046#M9429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic idea! Could you tell me which tools are the best to use to create the surface and which one to create 50m elevation Contour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 17:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273046#M9429</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-05-31T17:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate intermediate polygon between two polygons using ArcGIS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273047#M9430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just edit the polygon using Edit Toolbar, select the smaller/inner polygon.&amp;nbsp; Once selected under Editor Toolbar select CLIP.&amp;nbsp; You have a&amp;nbsp;choice to Preserve or Discard the area of intersection.&amp;nbsp;&amp;nbsp; Discard it and calculate the area&amp;nbsp; Easy Peazy&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip Dialog Box" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410364_Clip.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 18:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-intermediate-polygon-between-two/m-p/273047#M9430</guid>
      <dc:creator>mneer</dc:creator>
      <dc:date>2018-05-31T18:47:36Z</dc:date>
    </item>
  </channel>
</rss>

