I tried LineOnAreaOverlayer and group it with park name, but the outcome is a combination of river and park, but now I just need the park part.
I think I used the wrong function. Any ideas here?
Thank you.
I tried LineOnAreaOverlayer and group it with park name, but the outcome is a combination of river and park, but now I just need the park part.
I think I used the wrong function. Any ideas here?
Thank you.
Am I right?
I don't think you need to specify 'Group By' parameter in this case. And if you need to add the information of overlapped park to the river segment as attributes, specify the 'List Name' parameter.
Takashi
you could also consider the Intersector.
David
Takashi
Takashi
Based on the good advice of Takashi and David, my go on it would be to clip the rivers, calculate river(s) length, remove river(s) geometry and aggregate grouped by park + sum length attribute.
After that you can keep park id or name + rivier(s) length attribute and merge it to the parks.
Hope this helps,
Itay
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.