I have a layer with point data (70K) with an empty column XY and a layer with lines/roads (700)
In the empty column XY I want a “1” if a point is in distances of 10m of a road and if the point is not in a 10m Buffer of the road I want "NULL.
I do not know how to conditionally fill the empty column in regard to another layer.
Can anybody help me? Any ideas?
attached is a super simple sketch to visualise my problem
Thank you!