thank you all,<div><br></div><div>Actually, I coudn't find time to test it.</div><div><br></div><div>perhaps creating bufferr from the line then querying these buffeds on DEM</div><div><br></div><div>The process is for estimating effect of Flood.</div><div>Do you suggest a way?</div><div><br></div><div>regards</div><div><br>On Friday, May 1, 2015, Nikos Alexandris <<a href="javascript:_e(%7B%7D,'cvml','nik@nikosalexandris.net');" target="_blank">nik@nikosalexandris.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Moritz Lennert <<a>mlennert@club.worldonline.be</a>> [2015-04-23 20:58:10 +0200]:<br>
<br>
> On 23/04/15 16:44, Ahmet Temiz wrote:<br>
> > thank you Nikos<br>
> ><br>
> > I meant that  creating buffers from a line, which also querying DEM values.<br>
> ><br>
> > DEM is in subquery position of buffer map<br>
><br>
> You cannot do that directly, AFAIK, but using r.mapcalc you can combine<br>
> the two variables. Different paths are possible. Here's one (supposing a<br>
> buffer of 500m):<br>
><br>
> - Create a raster map with distance to the line using r.grow.distance<br>
> - Use r.mapcalc in order to check for both distance and DEM value, e.g.<br>
><br>
> NewMap = if(DEM > 100 && DEM < 200 && distance < 500, 1, null())<br>
><br>
> This will give you a map with non-null (value 1) in those pixels that<br>
> are within the buffer distance and that correspond to the DEM-related<br>
> condition.<br>
><br>
> Is this what you are looking for ?<br>
><br>
> Another path would be combining r.buffer output with the DEM in r.mapcalc.<br>
><br>
> Moritz<br>
><br>
[..]<br>
<br>
Dear Ahmet,<br>
<br>
did Moritz' suggested approach match your needs?<br>
<br>
Thank you, Nikos<br>
</blockquote></div>
<br><br>-- <br><div dir="ltr"><div><div dir="ltr"><div>Ahmet Temiz<br>Jeoloji Müh.<br>Afet ve Acil Durum Yönetimi Başkanlığı<br>Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu<br><br><br>________________________<br><br>Ahmet Temiz<br>Geological Eng.<br>Information Systems - GIS Group<br>Disaster and Emergency Management<br>of Presidency</div></div></div></div><br>