Can anyone help me with a fairly simple workflow with transformers I need to use? Below is a simple graphic example. I have several overlapping polygon layers and would like to extract a non-overlapping polygon layer that uses an attribute value as the hierarchy (priority) for determining how to clip the output polygon.
Polygon Input:
Desired output:
Additionally, I'd like for the output to have the polygon source name along with output. So in the above example, the attribute table would look like:
ColorValueBlue4.0Green3.0Yellow1.5Red2.5Not too worried about this addition because I figure a generate list will accomplish that part.
Any help for the above would be greatly appreciated!!
Thanks