Python Forum
Find which streets the car has traversed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find which streets the car has traversed
#1
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
Reply
#2
checkout: https://pypi.org/search/?q=aprs+tracking
also: https://aprs.fi/#!lat=43.06870&lng=-70.95170
and the api for same: https://aprs.fi/page/api
Reply
#3
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
Reply
#4
there are other options, dig a bit deeper into the first link
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020