<?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: Select polygons by width in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608947#M47520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This has always been a tricky one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You might start with Minimum Bounding Geometry (Data Management)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool has a RECTANGLE_BY_WIDTH geometry type parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that looks promising for relatively simple polygons...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 17:46:10 GMT</pubDate>
    <dc:creator>markdenil</dc:creator>
    <dc:date>2014-05-28T17:46:10Z</dc:date>
    <item>
      <title>Select polygons by width</title>
      <link>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608946#M47519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if anyone would have any idea on how to solve my problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have polygon LandUse layer (stored in geodatabase) and I need automatically select all polygons whose width is less than some threshold (for example roads under 10 m or strips of the grass under 50 m etc). Is there any way to solve this problem by using the arcpy and python scripting, please? I have experience in ArcGIS programming with Python, but I have no idea how to solve this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all very much in advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miroslav Kopecky&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608946#M47519</guid>
      <dc:creator>MiroslavKopecky</dc:creator>
      <dc:date>2014-05-28T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select polygons by width</title>
      <link>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608947#M47520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This has always been a tricky one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You might start with Minimum Bounding Geometry (Data Management)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool has a RECTANGLE_BY_WIDTH geometry type parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that looks promising for relatively simple polygons...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 17:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608947#M47520</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-05-28T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select polygons by width</title>
      <link>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608948#M47521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think a good general workflow would be to make a field to store your minimum widths in.&amp;nbsp; Have a Python script populate those fields so you can select them by attribute.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I can see this being a bit tricky, especially if your polygons are irregularly shaped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003q000000"&gt;Minimum Bounding Geometry&lt;/A&gt;&lt;SPAN&gt; tool could be of use here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Beat to the punch!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 18:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/select-polygons-by-width/m-p/608948#M47521</guid>
      <dc:creator>MattEiben</dc:creator>
      <dc:date>2014-05-28T18:30:22Z</dc:date>
    </item>
  </channel>
</rss>

