I have asked similar questions before and tried loads of different solutions. It seems like such a simple thing, but so far I have not been able to get the result I want. I thought I would try and start clean, maybe this can help me make sense of this.
Imagine a dataset where some of the features are overlaying. (There are more attributes than those described, varius sources and not all features are overlaying.)
In this dataset I want to identify polylines that are overlying and merge certain attributes from them.
Feature
Attribute A
Attribute B
Attribute C
Attribute D1
A
2
B
3
C
4
D
The desired outcome of the four overlaying features above would be a new feature with the following attributes:
newFeatureA
B
C
D
Empty cells should always be filled if possible. A kind of dissolver of attributes.
How would you experts go about achieving this?