Hi!<br><br>I try to calculate all the distances edge to edge between all the polygons (in a vector map) or patches (in a raster version of the same map) of a dataset. I cannot use v.distance because it just provides the distance to the nearest element, and the same applies to r.le.dist for the patches. Anyone knows a way to do this?<br>
<br> It is a large dataset of +6000 patches/polygons, and the goal of this calculation is to prepare an input for a connectivity analysis in Conefor Sensinode. <br>For example if there would be just four patches the output should look like this<br>
<br>Patch_A    Patch_B    Distance(m)<br>1    2    6141.19<br>1    3    17192.37<br>1    4    18426.00<br>2    3    18768.68<br>2    4    123.76<br>3    4    1245.87<br><br>Thank you<br><br>Javier Godar<br>