There are a lot of great hydro tools in GRASS.&nbsp; I would recommend at a minimum, some of these below.<br><br><div class="gmail_quote">On Wed, Jan 28, 2009 at 2:08 PM, Frank Aragona <span dir="ltr">&lt;<a href="mailto:frank@agroinnovations.com">frank@agroinnovations.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What I&#39;d really like to know, actually, is how to do terrain modelling and waterflow analysis on a small area. I have a .csv file with xyz coordinates. &nbsp;My approach has been:<br>

<br>
1. &nbsp;Import this using v.in.ascii -z input=C:some_file.csv output=vector_xyz format=point fs=, skip=0 x=2 y=3 z=5 cat=1<br>
</blockquote><div><br>Try using r.in.xyz <a href="http://grass.itc.it/grass62/manuals/html62_user/r.in.xyz.html">http://grass.itc.it/grass62/manuals/html62_user/r.in.xyz.html</a> to process the data, look at voids, use statistics to determine an appropriate cell size, etc. &nbsp; <br>
&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
2. &nbsp;Create an interpolated raster surface with v.surf.idw from the imported vector map.<br>
</blockquote><div><br>try too <a href="http://grass.ibiblio.org/gdp/html_grass63/v.surf.rst.html">http://grass.ibiblio.org/gdp/html_grass63/v.surf.rst.html</a><br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

3. &nbsp;R.contour for a contour map from the output of v.surf.idw<br>
<br>
4. &nbsp;R.flow to determine flow lines of water on the map surface<br>
</blockquote><div><br>&nbsp; 5.&nbsp; r.terraflow for flow accumulation and dispersion<br>&nbsp; 6&nbsp; r.watershed and it&#39;s outputs.<br><br>How good is your input data?&nbsp; Meaning what is rough horizontal spacing?<br>&nbsp;<br><br>Have Fun.<br>
Mark<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Do you all think this is a good approach? &nbsp;My area is very small, about 10 acres. &nbsp;I&#39;m not quite sure about the quality of my outputs. &nbsp;If somebody is willing to give some tips here, would much appreciate it.<br><font color="#888888">
<br>
Frank Aragona<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</font></blockquote></div><br>