Hello!
It would be great to get your feedback on the following question.
My data set contains counties and their respective municipalities. I have computed the minimum distance to fresh water (lake or stream or river, etc) for all municipalities in a municipal layer, as the shortest Euclidean distance between the centroid of the municipality polygon and the border of a lake (polygon), stream (poly-line) or river (polyline). I have done the same for every county in a county layer, by calculating the shortest distance from every county's polygon centroid to fresh water (lake, stream, river, etc.).
Now I want to statistically compare the results from both layers to estimate how much the distance-to-water results differ from one layer to another. For example, what is the average difference in meters when calculating distance-to-water on a county-level rather than on a municipality-level? How much can the results differ depending on which layer is used? Does anyone know which statistical method is most suitable to solve this problem?
Thank you in advance.