Hey Everyone,
To add AdressIDs from a point feature layer to noise immission point features (Target, green points)), I need to spatially join immission points (IPs) to addresses (Join Features, red points). The adresses need to share an ID with the (IPs) and be the closest at the same time, because:
- Joining based only the shared ID (building ID) will result in faulty joins, since several addressess can have the same ID if a building (blue) has more than one address.
- Joining based only on the spatial relationship will result in faulty joins, since IPs might be closer to addressess of neighbouring buildings and vice versa.
So I need to combine both the spatial and attribute-based join. In this thread I found the tool "Join Features (GeoAnalytics)" that seems perfect. But for some reason it does not allow for "closest" as match option. However the other options would, again, result in faulty joins. E.g. "Near" would assign multiple addresses (including different AdressIDs) to IPs with the same building ID but only the closest address (and its ID) is wanted.
I hope any of you can help me with that challenge. Thanks in advance!