Cezar Ribeiro wrote: > I have a set of lines, and would like to discritize the lines on points > or small piaces of lines. In fact, I would like that each line come to > be discretized on pieaces of 50 meters, or the line come to be split on > points spaced 50 meters.
one of these should do it:
v.to.points dmax=
v.lrs.segment
v.split
Hamish
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user
