<?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 create Circle Polygons with minimum area inside of other Polygons? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99298#M1152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;i need to find circles of 22m diameter anywhere inside the Polygons and not only around the center.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Once you have a polygon large enough to hold a 22m diameter circle, there are an infinite number of locations (assuming infinite precision) in that polygon where a 22m circle can be centered.&amp;nbsp; For example, below is a square with 12 circles centered at random locations in the square. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="269" src="https://community.esri.com/legacyfs/online/438753_circles.PNG" width="269" /&gt;&lt;/P&gt;&lt;P&gt;In terms of landing a helicopter, there is nothing unique or special about the 12 locations above since everywhere in the square has the same land classification/attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2019 21:39:17 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2019-03-05T21:39:17Z</dc:date>
    <item>
      <title>How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99296#M1150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Feature Class with Polygons to show areas, which fit to different characteristics I chose. In this case the Polygons show a combination of a landcover classification and the slope of the terrain. The goal is to find possible landing spots for helicopters. I extracted the areas with no forest oder any other obstacles out of the landcover classification and the areas with a maximum slope of 8° out oft he terrain model.&lt;/P&gt;&lt;P&gt;This leads to the polygons where helicopters can land, but one characteristic is missing: the area, a helicopter needs to land.&lt;/P&gt;&lt;P&gt;To use the shape_area isn’t an option, because it does not validate the shape of the area.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;BR /&gt; How can i find cirlces with a diameter of 22m, that are completely contained inside of the described polygons?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the Feature to Point Tool and buffered the Points with 11m. But there is only one point per Polygon and i need to find circles of 22m diameter anywhere inside the Polygons and not only around the center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99296#M1150</guid>
      <dc:creator>PhilipUrban</dc:creator>
      <dc:date>2019-03-05T17:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99297#M1151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try&amp;nbsp;creating a sampling of multiple points within the polygons using either the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-fishnet.htm"&gt;Create Fishnet &lt;/A&gt;tool, or the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-random-points.htm"&gt;Create Random Points&lt;/A&gt; tool. From there you could create the 22 m Buffer and use a Spatial Join&amp;nbsp;to identify the circles entirely within the no-forest areas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Documentation:&amp;nbsp;&lt;A class="link-titled" href="http://gis.mtu.edu/wp-content/uploads/2012/06/Regular_Sampling_Tutorial.pdf" title="http://gis.mtu.edu/wp-content/uploads/2012/06/Regular_Sampling_Tutorial.pdf"&gt;http://gis.mtu.edu/wp-content/uploads/2012/06/Regular_Sampling_Tutorial.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let me know if there are any questions.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 18:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99297#M1151</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-05T18:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99298#M1152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;i need to find circles of 22m diameter anywhere inside the Polygons and not only around the center.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Once you have a polygon large enough to hold a 22m diameter circle, there are an infinite number of locations (assuming infinite precision) in that polygon where a 22m circle can be centered.&amp;nbsp; For example, below is a square with 12 circles centered at random locations in the square. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="269" src="https://community.esri.com/legacyfs/online/438753_circles.PNG" width="269" /&gt;&lt;/P&gt;&lt;P&gt;In terms of landing a helicopter, there is nothing unique or special about the 12 locations above since everywhere in the square has the same land classification/attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 21:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99298#M1152</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-03-05T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99299#M1153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating Random Points inside the Polygons and then buffer them worked very good. When I do the spatial join, i get the complete Polygons where helicopters can land. But I need the buffered Points, which fit into these polygons. It's a matter of selection, but I don't get, how to select only the fitting buffered Points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a hint for me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99299#M1153</guid>
      <dc:creator>PhilipUrban</dc:creator>
      <dc:date>2019-03-06T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99300#M1154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure! As I understand, we would want to select all 22m circles that fit entirely in the non-forested polygons. Here is are the criteria I used for my Spatial Join (or Select by Location)&amp;nbsp;when testing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Target Feature: Buffer&lt;/LI&gt;&lt;LI&gt;Join Feature: Polygon&lt;/LI&gt;&lt;LI&gt;Join Operation: One to One&lt;/LI&gt;&lt;LI&gt;Keep All Target Feature: Unchecked (we only want the matching ones)&lt;/LI&gt;&lt;LI&gt;Match Option: Completely within&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="438878" class="image-1 jive-image" height="634" src="https://community.esri.com/legacyfs/online/438878_pastedImage_1.png" width="949" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/select-by-location-graphical-examples.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/select-by-location-graphical-examples.htm"&gt;Select By Location: graphic examples—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 17:56:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99300#M1154</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-06T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Circle Polygons with minimum area inside of other Polygons?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99301#M1155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Claire,&lt;/P&gt;&lt;P&gt;thank you very much for your help! My issue is solved, so i can continue with my Master Thesis &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-create-circle-polygons-with-minimum-area/m-p/99301#M1155</guid>
      <dc:creator>PhilipUrban</dc:creator>
      <dc:date>2019-03-07T10:29:19Z</dc:date>
    </item>
  </channel>
</rss>

