Skip to main content
I have road data and trying split line as equal parts or distance.Is there any way for do this?
Hi

 

 

Have you looked at the Snipper?

 

 

David
I think you need the IterativeSnipper_2013, because then you can split it in equal parts of length x. It's basically the Snipper (that @david_r mentioned) applied over and over again.

 

 

pedit]

 

There's also the LineDivider by @takashi, which probably is more efficient.

 

[/edit]
I think you need the IterativeSnipper_2013, because then you can split it in equal parts of length x. It's basically the Snipper (that @david_r mentioned) applied over and over again.

 

 

pedit]

 

There's also the LineDivider by @takashi, which probably is more efficient.

 

[/edit]

Thank you for your solution.. I used LineDivider.. it worked


That's an awesome typo - missing the space between "distance." and "Is" creates a URL that is really interesting to visit!


Thank you for your solution.. I used LineDivider.. it worked

 

Thank you, This worked great for me too. I think it's important to point out that it operates with the distance unit default to the coordinate system of the data, so it is usually best to re-project the data into a system that is meter based, if you want to use those units.

 


Reply