Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread Milton Cezar Ribeiro
Hi Jarek Can use this on a LatLong mapset where my unit is not meters? Thanks for the effort! milton 2009/7/26 Jarek Jasiewicz jar...@amu.edu.pl Hi list! I just finish first version of new grass module r.stream. Module is regular Grass module, written in C an has no addational

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread Jarek Jasiewicz
try, I don't know I haven't LL location to test it but it shoud work program do not use any inforamtuon about units and units conversion Jarek Milton Cezar Ribeiro pisze: Hi Jarek Can use this on a LatLong mapset where my unit is not meters? Thanks for the effort! milton 2009/7/26 Jarek

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread Carlos Grohmann
Just tested in a LatLong region. works fine. Carlos 2009/7/28 Jarek Jasiewicz jar...@amu.edu.pl: try, I don't know I haven't  LL location to test it but it shoud work program do not use any inforamtuon about units and units conversion Jarek Milton Cezar Ribeiro pisze: Hi Jarek Can

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread Milton Cezar Ribeiro
Thanks Carlos!! milton 2009/7/28 Carlos Grohmann carlos.grohm...@gmail.com Just tested in a LatLong region. works fine. Carlos 2009/7/28 Jarek Jasiewicz jar...@amu.edu.pl: try, I don't know I haven't LL location to test it but it shoud work program do not use any inforamtuon

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread stephen sefick
First, if I haven't said this yet, wonderful job. Is there a way to extract things like total lengths of streams from the raster. Like length of stream order 1, 2, etc., so that percentage of occurrence could be calculated- length order1/length total? On an unrelated note I added this package

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-28 Thread Jarek Jasiewicz
stephen sefick pisze: First, if I haven't said this yet, wonderful job. Is there a way to extract things like total lengths of streams from the raster. In the feature module is only introducion to full Hortonian analysis Like length of stream order 1, 2, etc., so that percentage of

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-27 Thread Carlos Grohmann
This is a module I've been looking for a long time. compilation went OK, but when I run it: GRASS 6.5.svn (itarare_250k):~ r.stream too many nested evaluations (infinite loop?) (procedure Gronsole::add_data_tag line 4) invoked from within Gronsole::add_data_tag $path $ci out

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-27 Thread Jarek Jasiewicz
Carlos Grohmann pisze: This is a module I've been looking for a long time. compilation went OK, but when I run it: GRASS 6.5.svn (itarare_250k):~ r.stream too many nested evaluations (infinite loop?) (procedure Gronsole::add_data_tag line 4) invoked from within

Re: [GRASS-user] announcement of strahler stream order analysis

2009-07-27 Thread Jarek Jasiewicz
I will upload little newer version without debbuger messages which may cause that messages Now I absolutely sure it is from tcltk, but on my machine it work now fine. I tested it also on spearfish dataset, no problem for now. Jarek Carlos Grohmann pisze: Yes! Runs fine from command line!

[GRASS-user] announcement of strahler stream order analysis

2009-07-26 Thread Jarek Jasiewicz
Hi list! I just finish first version of new grass module r.stream. Module is regular Grass module, written in C an has no addational dependencies. It was compiled with GRASS65 devel downloaded in last two week. Source code you can find here: