Hello,
I have a dataset of addresses (points) and another dataset containing the hospitals (points).
I have a dataset for all the roads in my study (line).
I would like to know which is the closest hospital to each address by the road (not Euclidean) and get the distance.
I tried with "shortestpathfinder" but I have to put a line as input, which I calculate with "Neighborfinder", but it gives me the shortest euclidean distance and not by road.
Thanks