I have several lines (streets) with a condition-value.
In an (excel) table, I have many rows with condition-values and other attributes I would like to join. Now, coming from my streets I need to find the "nearest" value in the excel-table and join its attributes.
What would be the simplest way to do that?
I have seen an approach of calculating "distances" to each value and then sort by lowest distance... Any other convenient way?
thx for your ideas, best regards from switzerland.