stephen sefick wrote:
> I would like to use the stream orders to color the stream vectors.
> How would I go about doing this?

If using a recent version of grass use the v.colors script.

It acts like r.colors but uploads RGB values to a DB column, typically
called "GRASSRGB".

Then use 'd.vect -a' (or GUI equivalent) to render using those rules.


> My thought is to make the stream vector into a raster after I have
> attached the stream orders based on a common identifier (line?).
....
> My thought is to use R to do the merging, but this is a half
> backed idea right now.

v.net modules can isolate connected paths, search archives and help pages
for examples.  r.cost is another way to do that.


Hamish



      

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to