Skip to main content
Solved

line split as equal parts or distance

  • November 24, 2015
  • 5 replies
  • 529 views

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

Best answer by geosander

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]
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

david_r
Celebrity
  • November 24, 2015
Hi

 

 

Have you looked at the Snipper?

 

 

David

geosander
Forum|alt.badge.img+7
  • Best Answer
  • November 24, 2015
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]

  • Author
  • November 24, 2015
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


mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • November 24, 2015

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


Forum|alt.badge.img+1
  • October 10, 2016

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.