dear grass list,<br><br>i have two points, they do not belong to a vector map, i have found that i<br>can obtain the distance (in UTM and LAT/LONG locations) with this (ugly)<br>trick<br><br>grass$ r.profile map=rmap profile=x1,y1,x2,y2 2&gt; temp_file
<br>grass$ distance=$(awk '/length/{print $4}' &lt; temp_file)<br><br>this method needs a query to a raster map, which is unnecessary, is<br>something like d.measure available in r.* commands?<br><br>Thanks in advance<br>
<br><br clear="all"><br>-- <br>Patricio Toledo