<?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 Create a polygon file from other polygons according to the same feature in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692395#M22955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a 6 digit postcode area polygon file for a city. I have a polygon 4 digit postcode file and the buildings of it which are also polygons (in a separate file). In the attribute table of the buildings there is a column of 6 digit postcode. How can I create the 6 digit postcode file from these two files? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 09:42:09 GMT</pubDate>
    <dc:creator>OlympiaDolla</dc:creator>
    <dc:date>2014-08-07T09:42:09Z</dc:date>
    <item>
      <title>Create a polygon file from other polygons according to the same feature</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692395#M22955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a 6 digit postcode area polygon file for a city. I have a polygon 4 digit postcode file and the buildings of it which are also polygons (in a separate file). In the attribute table of the buildings there is a column of 6 digit postcode. How can I create the 6 digit postcode file from these two files? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692395#M22955</guid>
      <dc:creator>OlympiaDolla</dc:creator>
      <dc:date>2014-08-07T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a polygon file from other polygons according to the same feature</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692396#M22956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the spatial join tool:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Spatial_Join/00080000000q000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Spatial_Join/00080000000q000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692396#M22956</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-08-07T10:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a polygon file from other polygons according to the same feature</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692397#M22957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume the 6-digit code subdivides the 4-digit code, but no 6-digit code should be in more than one 4-digit code.&amp;nbsp; I would start by using the Dissolve Tool on the Building polygons with the 6-digit postcode and the 4-digit postcode as two fields in the unique case portion of the tool.&amp;nbsp; I would check to see if my assumption was correct by sorting on the 6-digit code and looking for any instance of more than 1 polygon containing that code.&amp;nbsp; I would also use the Summary Statistics tool with the 6-digit code to find the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Building polygons will have gaps between them.&amp;nbsp; They also should be contained within a single 4-digit polygon.&amp;nbsp; To get the best boundary I would manually divide a copy of the 4-digit polygons by using the split polygon tool and tracing the outer shape of the dissolved buildings and using centerlines as a snapping feature.&amp;nbsp; The Spatial Join tool could then be used to the original building polygons to append the 6-digit postcode to these polygons, with the manually split postcode polygons as the target features and the buildings as the Join features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could also try the Aggregate Polygons tool, but that tool will form boundaries with gaps and overlaps between adjoining 6-digit polygons and bleed into adjacent 4-digit polygons.&amp;nbsp; I would use the Union tool on the resulting 6-digit aggregated polygons with the 4-digit polygons and throw away any portions where the 6-digit polygon fell into the wrong 4-digit polygon and then redissolve the results.&amp;nbsp; The overlaps between the 6-digit polygons inside a 4-digit polygon would be fixed manually to get the best result.&amp;nbsp; While forming centerline outlines into polygons could help to contain some of the building groups, other blocks will be split between postcodes and still require manual intervention where the 6-digit polygons overlap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, aggregating divided polygons is easy and can be automated.&amp;nbsp; However, subdividing an aggregated polygon is hard and is more art than science, so it almost always involves a manual step to get the best results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-polygon-file-from-other-polygons/m-p/692397#M22957</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-08-07T10:20:25Z</dc:date>
    </item>
  </channel>
</rss>

