Skip to main content
Question

Generate Measures for dynamically segmented lines

  • March 5, 2018
  • 2 replies
  • 37 views

nanblogfme
Contributor
Forum|alt.badge.img+2

I have a set of dynamically segmented lines, from a dynamic segmentation workspace I set up. The problem is, I have so far over 2 million dynamic segments, and I would like to extract measure values (Beg_measure, and end_measure) for each of these dynamically segmented sections. These dynamic segments are generated by overlaying (using a lineonareaoverlayer) a bunch of environmental data on a set of lines (Rivers, land_types ETC) and the lines are segmented at each point where the data changes.

The source linear dataset has measures on them, but I'm having trouble generating the measures for the dynamic segments. Any suggestions or contributions are welcome.

Thanks in advance for your help.

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • March 6, 2018

I'm not quite sure I understand the question, but could it be that you're looking for the MeasureExtractor to get the start and end measures?

If I'm mistaken, posting an example or some screenshots would help.


nanblogfme
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 3 replies
  • March 6, 2018

I'm not quite sure I understand the question, but could it be that you're looking for the MeasureExtractor to get the start and end measures?

If I'm mistaken, posting an example or some screenshots would help.

Hi @david_r,

 

Thanks for the reply. I have attached a screenshot of my workspace and hopefully, this will shed some light on the problem. Basically, I have millions of smaller sections of a line, and I would like to generate begin and end measures for each of them. see the workspace:

 

 

This is what I've done so far:

 

 

When I run this workspace, I get the results below:

 

 

However, it looks like all the begin measures of the short segments are 0.

 

I would like the measures to be continuous, based on the total length of the route and the position of the dynamic segment, so that each of the dynamic segments will derive its start from the previous one. Does this explain the issue?

 

 

Thanks for your help.

 

Frank