[GIS] Looking for guidance to create a hydrological map with QGIS and/or GRASS

cartographygrassqgisrivers

I have QGIS and GRASS installed . Basically i need this program for making maps something like this:
https://www.youtube.com/watch?v=5HuPX7JS7ZA

I downloaded DEM from http://glcfapp.glcf.umd.edu:8080/esdi/ for area i want to map and i apply it on google maps. I used GRASS until i couldn't figure out how to put colours for my heights and rivers. Problem with colors i solved using Terrain analysis but still dont know how to put rivers. (I didnt get how any of tools here work – http://grasswiki.osgeo.org/wiki/Hydrological_Sciences guess too complicated for me)

do you know any step by step simple guide for putting rivers in map, or even better video description ?
Links where i can find vector data for very detailed hydrological network that i can overlay on DEM would help a lot?

Best Answer

in GRASS you can do that (extract rivers) from a DEM (which gives you informations only regarding "height" of the single pixel - there are not rivers "included" in this kind of information). You can use GRASS by Qgis too (there is a useful GRASS plugin) and the tool to extract rivers is called "r.watershed". As rightly @underdark said, you need to decide WHERE your river begins - GRASS gives you the possibility to do that by choosing a value for the parameter "threshold" (required in the tool r.watershed): this parameter only says to the GIS the minimum number of cells which drains water into the head of the basin - you can try different values for this parameter in order to obtain the detail you want for your river network.

Related Question