Hello everyone,
I have a dataset with (10k+) Polylines to track objects. We always need to cut the first 10 Kilometers of every Polyline to remove starting noise. I have a general idea about how I can solve the problem, but I wonder if any of the Spatial-Experts here have an easier way to achieve it.
If the line was straight, I would have used a Trade Area and subtract the area from my Polyline to get to the wanted result, but sadly the lines do not follow a straight path and I need to cut it at the 10 Kilometer checkmark - no matter if this might be just hundreds of meters away from the starting point.
I thought about splitting the data into Points using the Poly-Split Tool and than building an iterative Macro that builds the line from the back till it reaches Total-Distance - 10km. As it will unlikely cut exactly at 10km, I would probably try some hackaround to achieve the precision for the last meters.
I am not sure if there is already something like a "Generate Points"-Tool that generates linear points with distance x between a starting point and a target, but it should be easy to do if the tool doesn't exist. I'd be fine if I can achieve a precision of 100 meters (1% of 10km) for the checkmark.
What are your thoughts?
(I am sorry that I cannot share sample data)
Thanks in advance
Alex