Re: [GRASS-user] Building topologically correct stream network

2009-07-27 Thread Jarek Jasiewicz
I'm regularly trying out different threshold values in r.watershed, only to get different streams to be vectorized, flow accumulation and drainage direction are not affected by the threshold option in r.watershed. I have an idea for a new module that would take flow accumulation and

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Markus Metz
Hamish wrote: MMetz: What exactly is wrong with topology? The existence of these dangles? note the v.strahler help page makes special mention that if you used r.watershed you should check the topology. Maybe it makes a bitter deal out of that than is really the case? S: Maybe

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Margherita Di Leo
Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream network both with r.watershed - r.to.vect and with

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread ivan marchesini
Hi.. If I well remember, the problems of 0 values in the category data were related to braiding or similar artifacts deriving from rasterization process r.strahler used with threshold not too small should clean network and solve the task... here [1] (in italian.. sorry...) you can find some

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Markus Metz
Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream network both with

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread stephen sefick
Markus I believe that would be invaluable. I will help in anyway that I can. Stephen Sefick On Thu, Jul 23, 2009 at 9:25 AM, Markus Metzmarkus.metz.gisw...@googlemail.com wrote: Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Jarek Jasiewicz
Markus Metz pisze: Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream

Re: [GRASS-user] Building topologically correct stream network

2009-07-22 Thread Markus Metz
stephen sefick wrote: Well, I am not sure what I am going to do. I would look at the code, but I am not adept at C. Also, I don't know if I understand the algorithm, but I think if the topology were complete then it would work OK. I think the 0 orders are unconnected streams- danglers.

Re: [GRASS-user] Building topologically correct stream network

2009-07-22 Thread stephen sefick
re: inline On Wed, Jul 22, 2009 at 2:01 AM, Markus Metzmarkus.metz.gisw...@googlemail.com wrote: stephen sefick wrote: Well, I am not sure what I am going to do.  I would look at the code, but I am not adept at C.  Also, I don't know if I understand the algorithm, but I think if the

Re: [GRASS-user] Building topologically correct stream network

2009-07-22 Thread Hamish
stephen wrote: Well, I am not sure what I am going to do. I would look at the code, but I am not adept at C. none the less, it doesn't hurt to look, depending on how it is written it might be understandable / tweakable. MMetz: What exactly is wrong with topology? The existence of these

Re: [GRASS-user] Building topologically correct stream network

2009-07-21 Thread Margherita Di Leo
I'm sorry but the procedure that I proposed does not produce good results. In fact the ascii file produced by v.strahler has very strange orders, and also many 0 (that does not have sense in strahler order!). I think the problem is generated in finding the outlets and/or confluences. Waiting

Re: [GRASS-user] Building topologically correct stream network

2009-07-21 Thread Markus Metz
Margherita Di Leo wrote: I'm sorry but the procedure that I proposed does not produce good results. In fact the ascii file produced by v.strahler has very strange orders, and also many 0 (that does not have sense in strahler order!). I think the problem is generated in finding the outlets

Re: [GRASS-user] Building topologically correct stream network

2009-07-21 Thread stephen sefick
Well, I am not sure what I am going to do. I would look at the code, but I am not adept at C. Also, I don't know if I understand the algorithm, but I think if the topology were complete then it would work OK. I think the 0 orders are unconnected streams- danglers. This makes sense because they

Re: [GRASS-user] Building topologically correct stream network

2009-07-20 Thread MS
I'm not sure why there would be disconnected segments in the accumulation output. Mark On Jul 20, 2009, at 3:35 PM, stephen sefick ssef...@gmail.com wrote: I have a low relief area in the costal plain of georgia that I am trying to produce a topologically correct stream network. There are