<?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 Overlapping polygons to non-overlapping polygons in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/overlapping-polygons-to-non-overlapping-polygons/m-p/396828#M1315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: GSCUser85&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is in some way related to my last post about collapsing geometry using da.InsertCursor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That was solved by input from Chris Fox, thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem was a whole bunch of very badly captured polygons, many overlapping when they should'nt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The input coord lists need to be reviewed and fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I built a topology on these polygons and exported them to a poly fc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This works, but you just get another bunch of overlapping polys. Understandable enough but not really what I wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So started playing with all the geometry methods stuff. Fantastic, thank you the gurus at esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My routine attached here takes a poly fc with 6 overlapping circular polys, each has a "Name" - "1", "2", "3" etc. See jpg 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then builds (after a lot of faffing about with dictionaries and lists) a set of non-overlapping polys, each of which has a text string of the identifiers of the input polys that make up this poly. Also add a count of the inputs for symbolisation purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output see jpg 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The real joy here is the ability to manipulate the geometry objects within a dictionary (or whatever you want), interact with them, compare them to others etc etc. Absolutely brilliant (the geometry methods, not my code to do it!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Opens up a whole new way do doing analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The routine is pure python / arcpy, it is not a tool! All paths hard coded and so forth. If you want to try this, need to look long and hard at the code and modify to suit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 06:40:32 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-02-07T06:40:32Z</dc:date>
    <item>
      <title>Overlapping polygons to non-overlapping polygons</title>
      <link>https://community.esri.com/t5/transportation-questions/overlapping-polygons-to-non-overlapping-polygons/m-p/396828#M1315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: GSCUser85&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is in some way related to my last post about collapsing geometry using da.InsertCursor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That was solved by input from Chris Fox, thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem was a whole bunch of very badly captured polygons, many overlapping when they should'nt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The input coord lists need to be reviewed and fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I built a topology on these polygons and exported them to a poly fc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This works, but you just get another bunch of overlapping polys. Understandable enough but not really what I wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So started playing with all the geometry methods stuff. Fantastic, thank you the gurus at esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My routine attached here takes a poly fc with 6 overlapping circular polys, each has a "Name" - "1", "2", "3" etc. See jpg 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then builds (after a lot of faffing about with dictionaries and lists) a set of non-overlapping polys, each of which has a text string of the identifiers of the input polys that make up this poly. Also add a count of the inputs for symbolisation purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output see jpg 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The real joy here is the ability to manipulate the geometry objects within a dictionary (or whatever you want), interact with them, compare them to others etc etc. Absolutely brilliant (the geometry methods, not my code to do it!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Opens up a whole new way do doing analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The routine is pure python / arcpy, it is not a tool! All paths hard coded and so forth. If you want to try this, need to look long and hard at the code and modify to suit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 06:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/overlapping-polygons-to-non-overlapping-polygons/m-p/396828#M1315</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-07T06:40:32Z</dc:date>
    </item>
  </channel>
</rss>

