Solved

line split as equal parts or distance

  • 24 November 2015
  • 5 replies
  • 39 views

I have road data and trying split line as equal parts or distance.Is there any way for do this?
icon

Best answer by geosander 24 November 2015, 11:31

View original

5 replies

Userlevel 4
Hi

 

 

Have you looked at the Snipper?

 

 

David
Badge
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.

 

 

[edit]

 

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.

 

 

[edit]

 

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

 

[/edit]

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

Userlevel 4
Badge +25

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

Badge +1

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