Skip to main content

I have one dataset that has overlapping polygons. I want to advise the data owner of this and ask guidance for what to do when I come across these overlapping areas.

 

I think the best way to do this is to show them all the overlapping areas. I was able to add on the overlap counts to each polygon (AreaOnAreaOverlayer) which is great, but what I really want is to create a new dataset with the overlapping areas.

 

I have had a look at the AreaOnAreaOverlayer and Clipper. Is anyone able to provide further guidance or point out if I should be using a different transformer combination?

The AreaOnAreaOverlayer has a parameter Overlap Count Attribute (the default value is _overlaps).

Add a Tester or a TestFilter. When _overlaps > 1 there are overlapping areas at that location.


Hi @geomancer​ , Thanks for your reply. That was poorly worded on my part. I've attached a screenshot of what I mean. I want to extract into a new layer all the parts that overlap, not polygons that overlap.

 

Here the green and purple polygons overlap at the pink. The pink is what I want to extract into a new layer. Is there a way to do that through the AreaOnAreaOverlayer and/or does that involve clipping, but I the overlaps reside in one layer not two, and the Clipper requires two a clipper and candidate.

 

image


Hi, then maybe my wording was poor ;)

I think with the procedure I described you get exactly the areas you need.

image


@geomancer​ Oh gotchya! Thank you.


Reply