<?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 Generate new polygons after spatial join of two layers in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680192#M22590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a spatial join of two layers: buildings and properties. My target is to select out all properties that contains buildings, and I did that with the 'select by location' tools. The problem is that my property polygons can for example contain buildings on half of the property, and the rest of the is suitable regarding my criteria (location analysis for housing - undeveloped areas).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After spatial join, is there a tool that can regenerate polygons, making new polygon boarders based on groups of buildings (sorry for bad explaining). I know it can be don manually by editor, but my analyst area is too big to do it all this way. My goal is to do something like 'feature to polygon' (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/feature-to-polygon.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/feature-to-polygon.htm"&gt;Feature To Polygon—Help | ArcGIS for Desktop&lt;/A&gt;) but my polygons (buildings) aren't adjacent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: The marked area (red) in the attachment is the type of area I want to extract.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2017 08:15:54 GMT</pubDate>
    <dc:creator>ThomasDybvik</dc:creator>
    <dc:date>2017-03-09T08:15:54Z</dc:date>
    <item>
      <title>Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680192#M22590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a spatial join of two layers: buildings and properties. My target is to select out all properties that contains buildings, and I did that with the 'select by location' tools. The problem is that my property polygons can for example contain buildings on half of the property, and the rest of the is suitable regarding my criteria (location analysis for housing - undeveloped areas).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After spatial join, is there a tool that can regenerate polygons, making new polygon boarders based on groups of buildings (sorry for bad explaining). I know it can be don manually by editor, but my analyst area is too big to do it all this way. My goal is to do something like 'feature to polygon' (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/feature-to-polygon.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/feature-to-polygon.htm"&gt;Feature To Polygon—Help | ArcGIS for Desktop&lt;/A&gt;) but my polygons (buildings) aren't adjacent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: The marked area (red) in the attachment is the type of area I want to extract.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:15:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680192#M22590</guid>
      <dc:creator>ThomasDybvik</dc:creator>
      <dc:date>2017-03-09T08:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680193#M22591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select by location has a 'completely within' option but that will omit those that are only partially within.&amp;nbsp; There isn't an option to physically split a property if it just intersects.&amp;nbsp; you could find the difference between those that are completely within versus 'intersect' leaving a much smaller population to deal with.&amp;nbsp;perhaps indicate on your figure what portions you want to keep/remove from the analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680193#M22591</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-09T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680194#M22592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if I understood your requirement. Do you want to&amp;nbsp;extract the portions of the properties that don't (or do)have buildings?&lt;/P&gt;&lt;P&gt;You could try &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/union.htm"&gt;Union&lt;/A&gt;&amp;nbsp;geoprocessing tool. Then select the polygons that have only Properties attribute (or both Properties and Building attribute) &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/using-select-by-attributes.htm"&gt;Using Select By Attributes&lt;/A&gt;&amp;nbsp;as per your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680194#M22592</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-09T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680195#M22593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I didn't manage to explain my problem as good as I should. But yes, that's exactly what I'm trying to do (extract the portions of the properties that do NOT have buildings).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your tip, thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680195#M22593</guid>
      <dc:creator>ThomasDybvik</dc:creator>
      <dc:date>2017-03-09T09:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680196#M22594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have ArcGIS&amp;nbsp;Desktop Advanced license,&amp;nbsp;You could try &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/erase.htm"&gt;Erase&lt;/A&gt; Geoprocessing Tool first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680196#M22594</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-09T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680197#M22595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;A _jive_internal="true" data-userid="62883" data-username="jayanta.poddar" href="https://community.esri.com/people/jayanta.poddar"&gt;&lt;SPAN style="color: #8ca9cd; font-size: large;"&gt;Jayanta Poddar&lt;/SPAN&gt;&lt;/A&gt; &lt;IMG alt="Champion" height="16" src="https://community.esri.com/resources/statics/rolebadges/roleBadge-4-1066-1422978816926.png" title="Champion" width="16" /&gt; ,And I prefer to use&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/aggregate-polygons.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/aggregate-polygons.htm"&gt;Aggregate Polygons—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;tool. before&amp;nbsp;use erase tool . to prevent getting holes&amp;nbsp;like the&amp;nbsp;shape of&amp;nbsp;building in the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680197#M22595</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-03-09T19:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Generate new polygons after spatial join of two layers</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680198#M22596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be better to do it that order? That's one of my problems, that I get holes in the result polygons, shaped exactly as the buildings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip by the way, I will check it out&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 08:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/generate-new-polygons-after-spatial-join-of-two/m-p/680198#M22596</guid>
      <dc:creator>ThomasDybvik</dc:creator>
      <dc:date>2017-03-10T08:48:49Z</dc:date>
    </item>
  </channel>
</rss>

