<?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 get minimal rectangles from building footprints using Python in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301514#M1906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Joshua Bixby&lt;/P&gt;&lt;P&gt;i have got the python code. it gets me minimum bounding rectangles but only with given vertices not with polygons or point data. i am sharing it here. Error and screenshot is as under. i only can supply integer values to my function of Minimum rectangles not the polygon data. how i can extract all the values from polygon geometry into another variable as integer list? thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="j-img-floatend jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/461857_Poly.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/461856_shape1.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2019 20:26:50 GMT</pubDate>
    <dc:creator>rizwangul</dc:creator>
    <dc:date>2019-10-14T20:26:50Z</dc:date>
    <item>
      <title>How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301504#M1896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i have been working on to get minimum bounding rectangles for my building polygons using python. i do get square rectangles but i need minimum rectangles to train YOLOv3. need help with it. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Oct 2019 15:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301504#M1896</guid>
      <dc:creator>rizwangul</dc:creator>
      <dc:date>2019-10-13T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301505#M1897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;duplicate of&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/241706-hi-i-have-been-working-on-get-minimum-bounding-rectangle-for-my-building-polygons-using-python-i-do-get-square-rectangles-but-i-need-minimum-rectangles-to-train-yolov3-thanks-in-advance"&gt;https://community.esri.com/thread/241706-hi-i-have-been-working-on-get-minimum-bounding-rectangle-for-my-building-polygons-using-python-i-do-get-square-rectangles-but-i-need-minimum-rectangles-to-train-yolov3-thanks-in-advance&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 16:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301505#M1897</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-14T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301506#M1898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/hassan.rg"&gt;hassan.rg&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have branched your question to a new question since the OP was about Arcade and the GroupBy function.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the option "Rectangle by width"? Does that change the result? See for options:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/minimum-bounding-geometry.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/minimum-bounding-geometry.htm"&gt;Minimum Bounding Geometry—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 16:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301506#M1898</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-10-14T16:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301507#M1899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;# Import arcpy module&lt;BR /&gt;import arcpy&lt;/P&gt;&lt;P&gt;#Circles being my polygon layer&lt;BR /&gt;# Local variables:&lt;BR /&gt;Circles = "Circles"&lt;BR /&gt;Circles_MinimumBoundingGeome = "C:\\Users\\&amp;lt;user&amp;gt;\\Documents\\ArcGIS\\Default.gdb\\Circles_MinimumBoundingGeome"&lt;/P&gt;&lt;P&gt;# Process: Minimum Bounding Geometry&lt;BR /&gt;arcpy.MinimumBoundingGeometry_management(Circles, Circles_MinimumBoundingGeome, "ENVELOPE", "NONE", "", "NO_MBG_FIELDS")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/461820_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 16:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301507#M1899</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-10-14T16:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301508#M1900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/379436"&gt;rizwan gul&lt;/A&gt;‌, it helps if you explain what you are currently doing to get square rectangles, e.g., what geoprocessing tools or Python code.&amp;nbsp; Also, it is helpful if you can show an example (either screenshot or preferably data) that includes the footprint and current result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 17:22:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301508#M1900</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-14T17:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301509#M1901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/379436"&gt;rizwan gul&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you have a duplicate version of this question in another space. In order to avoid duplicate questions and answer threads in different product places if you have a question that you'd like to share in multiple places then you can easily do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the steps in this document &lt;A href="https://community.esri.com/docs/DOC-13363"&gt;Sharing Content with Multiple Places&lt;/A&gt;‌ and this will help keep everyone's answers in the same&amp;nbsp;question thread whilst allowing you to share it to multiple places.&amp;nbsp;This make it easier for other members to find and gain value from answered questions. Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301509#M1901</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-14T19:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301510#M1902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Truthfully Louise ESRI needs to adjust the manner in which questions are&amp;nbsp;structured in the question pane.&lt;/P&gt;&lt;P&gt;When the write gets to the selection to choose a location the instinct may be to select a group they feel matches what they are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may pick a group and see there are only 153 followers.&amp;nbsp; Well you may then think my question is only getting out to 153 people and that is if they log in on a regular basis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would quite possibly be a better practice to allow a person to select 2 or more groups, OR better yet have a basic general discussion option and a notice telling people this question is posted here here and link all the answers together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301510#M1902</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-10-14T19:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301511#M1903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion Robert to make this more intuitive for members. At this time with our current platform we are not able to change the way this functions but we'll certainly take this suggestion on board and look for opportunities to improve this in the future. For now sharing to multiple places is the best way to ensure a question gets wide exposure to the greatest audience without creating duplicate threads.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301511#M1903</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-14T19:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301512#M1904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check it next time, sorry for inconvenience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301512#M1904</guid>
      <dc:creator>rizwangul</dc:creator>
      <dc:date>2019-10-14T20:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301513#M1905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem Rizwan, just wanted to share this feature so you don't need to create multiple versions of your question and keep checking and responding to multiple threads in search of an answer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301513#M1905</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-14T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301514#M1906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Joshua Bixby&lt;/P&gt;&lt;P&gt;i have got the python code. it gets me minimum bounding rectangles but only with given vertices not with polygons or point data. i am sharing it here. Error and screenshot is as under. i only can supply integer values to my function of Minimum rectangles not the polygon data. how i can extract all the values from polygon geometry into another variable as integer list? thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="j-img-floatend jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/461857_Poly.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/461856_shape1.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301514#M1906</guid>
      <dc:creator>rizwangul</dc:creator>
      <dc:date>2019-10-14T20:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get minimal rectangles from building footprints using Python</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301515#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Louise. I do understand. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-get-minimal-rectangles-from-building/m-p/301515#M1907</guid>
      <dc:creator>rizwangul</dc:creator>
      <dc:date>2019-10-14T20:29:31Z</dc:date>
    </item>
  </channel>
</rss>

