Try running the line features through the line combiner first. This will change them from multipart features (multiple lines) to a single continuous line. You may need to recalculate the measures after this
Try running the line features through the line combiner first. This will change them from multipart features (multiple lines) to a single continuous line. You may need to recalculate the measures after this
I'm not sure that would work in this case. My multipart line has gaps in it. Is there any way that I can clip out a ~1 mile section of a route like this?
I'm not sure that would work in this case. My multipart line has gaps in it. Is there any way that I can clip out a ~1 mile section of a route like this?
you could de aggregate all those lines, then building a looping custom transformer that builds the lines up one by one, when the total length exceed your set distance, you take the last added line, clip it to the right length (to give your total distance) Then you start the process again using the remained of the clipped line
I'm not sure that would work in this case. My multipart line has gaps in it. Is there any way that I can clip out a ~1 mile section of a route like this?
This reply gave me the idea of trying to use the Deaggregator transformer before feeding the features into the Snipper. I need to QC the data but I am now getting the expected number of results.
I'm not sure why the Snipper alone wouldn't supply the same output though.