[GRASS-user] Horton's streams order - has it sense?

Francisco Alonso Sarria alonsarp at um.es
Tue Jul 28 13:20:50 EDT 2009


Hi:

I do think it could be interesting, in fact I am using a couple of  
modules that performs Horton and Strahler ordering with my students. I  
just regret not be able to be more participative in this list.

I attach you the code in case it could be helpful.

The code it's a bit of a mess (not to mention that the comments are in  
Spanish ;-)

It assumes that the tables linked to the vector data are in postgresql.

There are two modules:

v.ordena_red (network ordering), performs Strahler or Shreve ordering  
(crit parameter). "desembocadura" means outlet (you have to pass the  
cat value of the oulet reach).

v.str2hor converts an ordering from Horton to Strahler.

They work fine as long as your network nodes have only 3 links.

In case have any problem, you should delete all the created files and  
tables to rerun them.

Good luck.

Paco

Jarek Jasiewicz <jarekj at amu.edu.pl> escribió:

> Hi list!
>
> I've just thinked how to create horton stream order based on my  
> module strahler module and accumulation file. Hortons stream order  
> differs sligty form strahler order, see for example here fig. 1 page  
> 78 http://iahs.info/hsj/134/134008.pdf
>
> Because I have some tests results from some of you (many thanks for  
> your courage) i'm about to finish module, modify code to meet grass  
> requiments and officialy anouce it on grass-dev, but If I will add  
> horton stream order it  will may take a bit more time.
>
> So I have 2 question  about that (horton):
>
> Did you think taht horton stream order has already sense (it is  
> almost not in use)
>
> Does any body know any program (commercial or not) which calculate  
> horton's stream order
>
> Thanks for ansvers
> Jarek
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v.ordena.red.c
Type: text/x-csrc
Size: 11950 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-user/attachments/20090728/2ec3adc2/v.ordena.red-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v.str2hor.c
Type: text/x-csrc
Size: 11619 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-user/attachments/20090728/2ec3adc2/v.str2hor-0001.bin


More information about the grass-user mailing list