I have polyline data representing roads and point data representing mile markers. The points are on the line, so PointOnLineOverlayer does segment the line as expected. The point data has a Measure value that I want to use on the line, how do I set the measure value of the points to the lines?
Hi @Matthew Boyter,
The FME Hub transformer MeasureCalibrator will transfer the point vertices and measures to the line for you.
Hi @Matthew Boyter,
The FME Hub transformer MeasureCalibrator will transfer the point vertices and measures to the line for you.
Hi Dave,
Thanks for the reply. I was testing the MeasureCalibrator before asking the question and was getting lines through that weren't being assigned measures, even though they have points with measures on them. The red polyline is the RejectedLines output on the Measure Calibrator and the blue dot is the MeasureChecker=True output. Approximately 15% of the polylines with point features with measures are being rejected from the MeasureCalibrator.
Hi Dave,
Thanks for the reply. I was testing the MeasureCalibrator before asking the question and was getting lines through that weren't being assigned measures, even though they have points with measures on them. The red polyline is the RejectedLines output on the Measure Calibrator and the blue dot is the MeasureChecker=True output. Approximately 15% of the polylines with point features with measures are being rejected from the MeasureCalibrator.
Hi @Matthew Boyter,
Are you able to share the problem lines and points? You can scrub all the attribute information - I just need the geometry to run through the MeasureCalibrator to see why the measures aren't transferring.
Hi Dave,
Thanks for the reply. I was testing the MeasureCalibrator before asking the question and was getting lines through that weren't being assigned measures, even though they have points with measures on them. The red polyline is the RejectedLines output on the Measure Calibrator and the blue dot is the MeasureChecker=True output. Approximately 15% of the polylines with point features with measures are being rejected from the MeasureCalibrator.
Unfortunately not. I was able to able to resolve the issue by increasing the distance in the MeasureCalibrator to well over the needed distance though.