I have a problem and I can’t find a solution. I have a route that has several coordinates that would basically be point A to point B point B to point C until the route is completed. I receive coordinate data from a tracker on the route being taken and I want to know how many meters it covered on my total route. I looked for some repositories and example questions, but I didn’t find anything similar. I’m trying to solve it with Python using Geopy and the Haversine formula.
I tried to set up a LineString of the planned route and calculate between two tracker data points whether they are within the route and whether they add up to each other using the Haversine formula
opa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.