[GRASS-user] spliting lines on points

Dear All,

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.

Any help are welcome.

best wishes,

miltinho astronauta
brazil

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 IS WONDERFULL!

Thanks Hamish,

miltinho
brazil

2008/10/3, Hamish <hamish_b@yahoo.com>:

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