<HTML>
<HEAD>
<TITLE>Re: [GRASS-user] real distance analysis</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hamish&#8217;s reply is the closest to what &nbsp;you want I think. However, to actually derive a buffer to define equal ground distance around a point, I think &nbsp;you might need a bit more explanation. <BR>
<BR>
First create a slope map of your dem (r.slope.aspect). Then, as Hamish says, run r.cost. This will calcuate a &#8216;cost&#8217; based on the slope of the map. He implies that the cost value in the cost map = the ground distance to traverse each pixel (i.e., higher on steep slopes where the ground distance is greater and less on flat terrain where the ground distance is lower). I don&#8217;t know if this is how the algorithm works or not (or also includes other factors), but the references he lists will clarify. If not, you can use trig in the mapcalculator to figure ground distance using&#8212;as he says&#8212;the resolution of the map (i.e., the horizontal distance to traverse each cell) and the slope of the cell.<BR>
<BR>
Assuming that r.cost on a slope map * resolution = ground distance. You can use the resultant map to create a buffer around a point that represents equal ground distance in all directions.<BR>
<BR>
Michael<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics and Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>B&ouml;dőcs Andr&aacute;s &lt;bodocs@ludens.elte.hu&gt;<BR>
<B>Reply-To: </B>&lt;bodocs@ludens.elte.hu&gt;<BR>
<B>Date: </B>Thu, 1 Jun 2006 22:26:32 +0200<BR>
<B>To: </B>&lt;grassuser@grass.itc.it&gt;<BR>
<B>Subject: </B>[GRASS-user] real distance analysis<BR>
<BR>
</SPAN></FONT><FONT SIZE="4"><FONT FACE="Arial"><SPAN STYLE='font-size:13.0px'>Dear All,<BR>
&nbsp;<BR>
I am trying to solve the following problem, maybe does somebody an idea and can help me&#8230;. (thanx in advance)<BR>
&nbsp;<BR>
I would like to examine from an exact point that territory, which is inside an determinated distance from the exact point. BUT I don&#8217;t want to use the map projected distance (=Buffer zone), but the datas of a DEM.<BR>
I would like to measure the &#8222;really&#8221; surface, the climbing etc. For example  I need the maximum distance &#8222;cirlce&#8221;  (30km or 30 mph doeas not matter) around a point, but measured in the &#8222;filed&#8221;(=DEM) not on the map (=projected area).<BR>
Does somebody have an idea, who can I start with it?<BR>
&nbsp;<BR>
Many thanx<BR>
Regards<BR>
Andras<BR>
&nbsp;<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'>B&ouml;dőcs Andr&aacute;s<BR>
ELTE Institute of Archaeology<BR>
1088 Budapest, M&uacute;zeum krt 4/B.<BR>
Hungary<BR>
T: +36-1-411-65-54,4855200/2916<BR>
F: +36-1-411-65-53<BR>
&nbsp;<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
</SPAN></FONT>
</BODY>
</HTML>