<?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: Simplify building with orthogonal angles  aka creating rectangular building outlines in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117751#M4062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can rule out&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;convex hulls&lt;/LI&gt;&lt;LI&gt;minimum area bounding rectangles (oriented) (MABR)&lt;/LI&gt;&lt;LI&gt;some auto truncate algorithm&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could try&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/cartography-toolbox/simplify-polygon.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/cartography-toolbox/simplify-polygon.htm"&gt;Simplify Polygon—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;the following workflow on features with exterior fiddly bits&lt;UL&gt;&lt;LI&gt;buffer inward ( to pinch off extraneous bits) ,&lt;/LI&gt;&lt;LI&gt;calculate area and remove the bits smaller than the desired minimum size,&lt;/LI&gt;&lt;LI&gt;followed by an outward buffer by the same amount as the inner buffer&lt;/LI&gt;&lt;LI&gt;perform a MABR now&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;for features with corners etc pinched off&lt;UL&gt;&lt;LI&gt;MABR&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;manually edit&lt;/LI&gt;&lt;LI&gt;live with it&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;​MABR can be found in &lt;A href="http://www.arcgis.com/home/item.html?id=564e2949763943e3b9fb4240bab0ca2f"&gt;Bounding Containers&lt;/A&gt;&lt;/P&gt;&lt;P&gt; it includes other container types.&amp;nbsp; Useable with shapefiles as input and outputs... move to a gdb when you are done.&lt;/P&gt;&lt;P&gt;Some images &lt;A href="https://community.esri.com/message/559036"&gt;Re: Ranking parcels according to the shape of their geometry (square\rectangular),&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 21:26:38 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-10-16T21:26:38Z</dc:date>
    <item>
      <title>Simplify building with orthogonal angles  aka creating rectangular building outlines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117750#M4061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our LiDAR data included a polygon building footprints.&amp;nbsp; unfortunately the building footprints look more like blobs than actual building footprints.&amp;nbsp; I would like to know if there is a way to convert the blobs into a generalized building footprint such that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;All of the angles within a single building are at 90 degree angles.&lt;/LI&gt;&lt;LI&gt;The entire building may be rotated if necessary - if the building itself is rotated like in the image below&lt;/LI&gt;&lt;LI&gt;The building should not include any noise out of the predominant footprint.&amp;nbsp; The highlighted areas in the image below should be removed.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note:&amp;nbsp; I am not necessarily looking for "accurate" footprints.&amp;nbsp; Instead I just footprints that (without any air photos turned on) look like they possibly could be building footprints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image 1.&amp;nbsp; Building footprints in purple.&amp;nbsp; The building simplify and polygon simplify tasks help create nicer looking polygons but fail to create rectangular polygons that users would otherwise expect.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="294" src="https://community.esri.com/legacyfs/online/131552_pastedImage_4.png" style="width: 354px; height: 294.142px;" width="354" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 20:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117750#M4061</guid>
      <dc:creator>MarkVolz</dc:creator>
      <dc:date>2015-10-16T20:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify building with orthogonal angles  aka creating rectangular building outlines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117751#M4062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can rule out&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;convex hulls&lt;/LI&gt;&lt;LI&gt;minimum area bounding rectangles (oriented) (MABR)&lt;/LI&gt;&lt;LI&gt;some auto truncate algorithm&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You could try&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/cartography-toolbox/simplify-polygon.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/cartography-toolbox/simplify-polygon.htm"&gt;Simplify Polygon—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;the following workflow on features with exterior fiddly bits&lt;UL&gt;&lt;LI&gt;buffer inward ( to pinch off extraneous bits) ,&lt;/LI&gt;&lt;LI&gt;calculate area and remove the bits smaller than the desired minimum size,&lt;/LI&gt;&lt;LI&gt;followed by an outward buffer by the same amount as the inner buffer&lt;/LI&gt;&lt;LI&gt;perform a MABR now&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;for features with corners etc pinched off&lt;UL&gt;&lt;LI&gt;MABR&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;manually edit&lt;/LI&gt;&lt;LI&gt;live with it&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;​MABR can be found in &lt;A href="http://www.arcgis.com/home/item.html?id=564e2949763943e3b9fb4240bab0ca2f"&gt;Bounding Containers&lt;/A&gt;&lt;/P&gt;&lt;P&gt; it includes other container types.&amp;nbsp; Useable with shapefiles as input and outputs... move to a gdb when you are done.&lt;/P&gt;&lt;P&gt;Some images &lt;A href="https://community.esri.com/message/559036"&gt;Re: Ranking parcels according to the shape of their geometry (square\rectangular),&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 21:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117751#M4062</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-16T21:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify building with orthogonal angles  aka creating rectangular building outlines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117752#M4063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RegularizeBuildingFootprint was made for this - available in ArcGIS Pro 1.2 now. Will be in 10.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117752#M4063</guid>
      <dc:creator>ClaytonCrawford</dc:creator>
      <dc:date>2015-10-22T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify building with orthogonal angles  aka creating rectangular building outlines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117753#M4064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can data modified in ArcGIS Pro be converted/exported to a format where it can still be used in ArcGIS Desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does ESRI have plans to make the RegularizeBuildingFootprint tool available in ArcGIS Desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117753#M4064</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2015-10-22T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify building with orthogonal angles  aka creating rectangular building outlines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117754#M4065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GP tools in Pro are reading and writing the same data formats as 'Desktop'. The difference here is just what host is being used to run the tool. Yes, the tool will be in 'Desktop' (aka 'Classic') - that's what I meant by 10.4. Sorry, I know it's a bit confusing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/simplify-building-with-orthogonal-angles-aka/m-p/117754#M4065</guid>
      <dc:creator>ClaytonCrawford</dc:creator>
      <dc:date>2015-10-22T17:23:17Z</dc:date>
    </item>
  </channel>
</rss>

