<?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: Judging Polygons regarding Compactness Ratio in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459386#M15495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that is not the point. Some of the polygons in fact have not enough space due to the holes inside. They are skipped and that is OK. But some obviously would have more space (see screenshot). And I wonder why it doesn't work with more than just -370 m buffering distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 17:07:56 GMT</pubDate>
    <dc:creator>MatthiasWoerner</dc:creator>
    <dc:date>2013-02-25T17:07:56Z</dc:date>
    <item>
      <title>Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459382#M15491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while analysing polygons respective their fitness of size and form to build power plants there I am facing the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I computed Area and Perimeter of the polygons and based on these parameters the &lt;/SPAN&gt;&lt;STRONG&gt;Compactness Ratio&lt;/STRONG&gt;&lt;SPAN&gt; with the following formula:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Perimeter] / (2 * 3.14159 * Sqr ([Area] / 3.14159))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I did in other analyses before I wanted to filter the polygons with the lowest compactness (with the highest values of the Compactness Ratio). But due to the fragmented data structure of another layer the polygons are strewn with "holes" (see the attached screenshot, too). This results in rather high values of the Compactness Ratio and makes it really difficult to judge about the fitness of the polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact I have to figure out those polygons that allow to build plants in the size of 1500m * 1300m. Does anyone have an idea of how to do that without measuring every single polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 19:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459382#M15491</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-02-22T19:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459383#M15492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look of my answer to Lisa in this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/77624-Minimum-length-amp-width-of-irregular-polygons?p=273635#post273635" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/77624-Minimum-length-amp-width-of-irregular-polygons?p=273635#post273635&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;She wants to fit a square, instead of rectangle. You can use 1/2 of the diagonal length in the process to find candidates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 21:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459383#M15492</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-02-22T21:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459384#M15493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot for this hint. The idea is great: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp;&amp;nbsp; Negative Buffering with the half of the diagonal of my rectangle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp;&amp;nbsp; Spatial Join with input polygons and output polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But: It didn't work with the value of half of the diagonal of my rectangle although there obviously would be any more space inside of the input polygons - at least in some of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By trying with increasing negative buffering distances I found out that it worked until -370 m (I would need -992 m). I got a message that some of the features have been skipped "because a negative or very small distance resulted in no geometry". That wouldn't be a problem as long as I can push it to the limit. But still there are considerable output polygons in 20 of the input polygons but I can't buffer with bigger distance values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why? Is there any reason or idea about how to outsmart ArcMap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 19:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459384#M15493</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-02-23T19:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459385#M15494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When a polygon has holes, the negative buffer will be generated between the outer ring and borders of the holes. If none of these spaces is wide enough for the buffer, the polygon will be skipped. If you wish the holes to be "ignored", you can use the&amp;nbsp; Eliminate Polygon Part tool to "fill" some or all of them before running Buffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005q000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005q000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that what you wish to do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 14:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459385#M15494</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-02-24T14:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459386#M15495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that is not the point. Some of the polygons in fact have not enough space due to the holes inside. They are skipped and that is OK. But some obviously would have more space (see screenshot). And I wonder why it doesn't work with more than just -370 m buffering distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 17:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459386#M15495</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-02-25T17:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459387#M15496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are the red buffers created by -370m? What happens when you use -500m?&amp;nbsp; Is your data in meters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share your data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 20:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459387#M15496</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-02-25T20:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459388#M15497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the red buffers are created with -370 m. When using -375 m or more I get the mesage that it doesn't work. The data is in meters. Please find the two shapefiles attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 04:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459388#M15497</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-02-26T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459389#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your data is not in meters, but in decimal degrees. Try to project your data and then try Buffer again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried Africa_Equidistant_Conic projection; I can buffer with -700m and get 4 polygons in output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All polygons are skipped using -900m; not enough room.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 20:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459389#M15498</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-02-26T20:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459390#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, you are right. Stupid mistake of me. Now I projected the data and then it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you anyway!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459390#M15499</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-02-27T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Judging Polygons regarding Compactness Ratio</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459391#M15500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem, Matthias. I am glad it worked out for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have fun geo-processing!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 04:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/judging-polygons-regarding-compactness-ratio/m-p/459391#M15500</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-02-28T04:11:07Z</dc:date>
    </item>
  </channel>
</rss>

