<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<DEFANGED_meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, In that case you may extract isoline from dem, get area and and
then select the ones with a quota attribute lower than a value....<br>
that will be the area filled by water at the select value level.....<br>
Or r.mapcalc can do the trick.... r.mapcalc 'areafilled=if(dem<100)'
a map of 0-1 where quota is lower or higher then 100m.<br>
<br>
Hi, <br>
Maxi <br>
<br>
Māris Nartišs wrote:<br>
<blockquote cite="mid44fdd4bf05031801076466f38c@mail.gmail.com"
type="cite">
<pre wrap="">Hi,
tnx for idea about teraflow. I will try it. I'm newbie - so its hard
to find best tools for doing jobs :)
But second idea would not fit to my needs - I don't have any border
polylines for lakes - I need to find out possible lake locations,
maximum possible water levels and potential spill out points. All I
have is DTM and notes on some areas where possibly where lakes.
Yeah, I know it sounds crazy, but I have only some month to write
paper for my MSc ;)
Maris.
On Thu, 17 Mar 2005 17:19:38 +0100, Massimiliano Cannata
<a class="moz-txt-link-rfc2396E" href="mailto:massimiliano.cannata@supsi.ch"><massimiliano.cannata@supsi.ch></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> For flat areas you can give a try to r.terraflow that manage this situation
with a different approach.
For find the maximum heigth to have a spill maybe you have to find the
lowest point around the border of the lake,
just an idea (probably stupid!): you can convert the border polyline to
raster, with r.mapcalc get the heigth of the dem in the corrispondence cell
and then with r.stats see the lower heigth in the map.
v.to.rast ....input=lake_border_polyline output=border
r.mapcalc 'dem_border=if(border,dem)'
r.stats dem_border
Hello!
Max
Māris Nartišs wrote:
Hi all, I'm doing research - a water body simulation with Grass. I
successfully created DTM w Grass (Hooray!) and now need to do more specific
things. I need to find maximum possible water level for lake. I have place
where must be a lake and I need to know what water level is maximal until it
starts to spill out. And I need to find those spill out points and levels
(height). I know it is possible, because I saw a demo on web but w/o HOWTO.
<a class="moz-txt-link-freetext" href="http://skagit.meas.ncsu.edu/%7Ehelena/gmslab/viz/erosion.html">http://skagit.meas.ncsu.edu/%7Ehelena/gmslab/viz/erosion.html</a> Any help,
ideas welcome :)
And another question - I was following Grass tutorial (
<a class="moz-txt-link-freetext" href="http://www.ing.unitn.it/~grass/docs/tutorial/english/index_en.htm">http://www.ing.unitn.it/~grass/docs/tutorial/english/index_en.htm</a> ) and
creating basins with r.watershed but on low land it produced thousands of
small and narrow, parallel basins and result was not even close looking to
sample shown on tutorial
(<a class="moz-txt-link-freetext" href="http://www.ing.unitn.it/~grass/docs/tutorial/english/dtm4_en.htm">http://www.ing.unitn.it/~grass/docs/tutorial/english/dtm4_en.htm</a>). I
understand, that different data give different results, but not so
different! Or its OK and I was just confused by beautiful results shown in
this tutorial? (See attachment.) Grass 6.0.0 b2 TNX for reading, Maris.
--
_____________________________________________________
Ing. Massimiliano Cannata
SUPSI - Istituto Scienze della Terra
C.P. 72 - CH-6952 Canobbio (Ticino, Switzerland)
Tel +41 (0)91 935 12 25 - Fax +41 (0)91 935 12 09
<a class="moz-txt-link-freetext" href="mailto:massimiliano.cannata@supsi.ch">mailto:massimiliano.cannata@supsi.ch</a>
<a class="moz-txt-link-freetext" href="http://www.ist.supsi.ch">http://www.ist.supsi.ch</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<DEFANGED_meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Signature</title>
<span DEFANGED_STYLE="color: rgb(102, 102, 102);">_____________________________________________________
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<span DEFANGED_STYLE="color: rgb(102, 102, 102);">Ing. Massimiliano Cannata
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<span DEFANGED_STYLE="color: rgb(102, 102, 102);">SUPSI - Istituto Scienze della
Terra
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<span DEFANGED_STYLE="color: rgb(102, 102, 102);">C.P. 72 - CH-6952 Canobbio
(Ticino, Switzerland)
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<span DEFANGED_STYLE="color: rgb(102, 102, 102);">Tel +41 (0)91 935 12 25 - Fax
+41 (0)91 935 12 09
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<a class="moz-txt-link-freetext"
href="mailto:massimiliano.cannata@supsi.ch"
DEFANGED_STYLE="color: rgb(102, 102, 102);">mailto:massimiliano.cannata@supsi.ch</a><span
style="color: rgb(102, 102, 102);">
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<a class="moz-txt-link-freetext" href="http://www.ist.supsi.ch"
DEFANGED_STYLE="color: rgb(102, 102, 102);">http://www.ist.supsi.ch</a><span
style="color: rgb(102, 102, 102);">
</span><br DEFANGED_STYLE="color: rgb(102, 102, 102);">
<br>
</div>
</body>
</html>