Python Forum

Full Version: Find which streets the car has traversed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all
I have a dataframe that containts Longitude and Latitudes and I wanted to ask if you can think of a way for me to find out if the car has moved through the same streets.

Unfortunately the way gps coordinates work is really hard to find exactly similarities in time.

What I thought was to use geocoders and do the reverse query (input: is gps, output street name). Since I am having around 10k of gps unfortunately this will not work, since these systems are really throttling traffic).

Can you still out of the box another alternative to find if the car traversed the same streets or not?

I would like to thank you in advance for your reply
Alex
Thanks.
So aprs seem to be an interface to google maps. The problem is that my dataset has more than 10k measurements and google maps will not allow me to check thoroughly all these measurements without paying :/.

Alex
there are other options, dig a bit deeper into the first link