we are capturing continuous GPS coordinates of our vehicles. I need to display the route traversed by each vehicle. But the points are very much continuous. What will be the best approach here. Using route operations on so many points will be very time consuming i suppose.
Thanks for your support
Hi Fawaz,
You will most likely need to thin out points, this can be done in different ways, reducing the resolution on coordinates, dropping decimals, decreasing sample time, removing by distance etc etc.
Check also out my tutorial From Points into Lines
can be useful when working with GPS points.
Thanks,
Patric
Hi Fawaz,
You will most likely need to thin out points, this can be done in different ways, reducing the resolution on coordinates, dropping decimals, decreasing sample time, removing by distance etc etc.
Check also out my tutorial From Points into Lines
can be useful when working with GPS points.
Thanks,
Patric