Ill try my best to clearly explain what I am trying to get out of this. Been working in a non for profit in Chicago for about a year I am currently working with a number of different shapfiles that deal with protected lands; PAD-US, DNR, Conservation Easements, etc.. The goal of the project is to create a master data set that combines all the individual protected lands datasets in order to have a comprehensive understanding of all of the protected areas in my region. We have started to look into how to best go about dealing with overlapping polygons and want to see if anyone else out there has any ideas or help with this.
1. The image that is attached has 4 of the data sets on it, in the order that we want ( ie if ly1 is overlapping 2,3,4 we want to take ly1 and discard 2,3,4.) We are currently struggling with the proper way to identify these overlaps. Centroid was our first idea, (if polygons centroid of ly2 is within polygon of ly1 then take layer1, discard ly2) How ever what happens with overlapping polygons where their centroids are not within the target layer polygon(example in lower right corner of image)? Is there a way to identify the percent overlap of the polygons as a way for us to check which dataset we should use?
2. What is the best way to deal with the attribute tables? Our methodology so far; take each dataset, exploded polygons, so that each polygon is its own, then give them each their own unique source_id, so we at least know what dataset each polygon came from. But then how does the output attribute table work? Can we have an output that selects the target layer along with an output of the discarded polygons so again we can check the accuracy of the model.
Any information would be greatly appreciated, let me know if I am not being clear, thanks in advanced!
Marc
1. The image that is attached has 4 of the data sets on it, in the order that we want ( ie if ly1 is overlapping 2,3,4 we want to take ly1 and discard 2,3,4.) We are currently struggling with the proper way to identify these overlaps. Centroid was our first idea, (if polygons centroid of ly2 is within polygon of ly1 then take layer1, discard ly2) How ever what happens with overlapping polygons where their centroids are not within the target layer polygon(example in lower right corner of image)? Is there a way to identify the percent overlap of the polygons as a way for us to check which dataset we should use?
2. What is the best way to deal with the attribute tables? Our methodology so far; take each dataset, exploded polygons, so that each polygon is its own, then give them each their own unique source_id, so we at least know what dataset each polygon came from. But then how does the output attribute table work? Can we have an output that selects the target layer along with an output of the discarded polygons so again we can check the accuracy of the model.
Any information would be greatly appreciated, let me know if I am not being clear, thanks in advanced!
Marc