Python Forum

Full Version: python alternatives for adding points to a map. Driving car around
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 contains time,temperature measurement and Latitude and Longitude.

I want to plot the movement of the car over time. So keep adding (and removing) points from the map. That can give some time notion of how the car was moving in the map.

Most of the python packets open-plot a map area and then add a set of points. Adding more points will force many times the replotting of the whole map (or even zooming in and out which does not help).

Can you recommend a few python packets that can plot points into a map to show this time progression that I need?

I would like to thank you in advance for your help.

Regards Alex
You don't even care to respond to your other thread
https://python-forum.io/Thread-Plot-a-sm...GPS-trails

what is different here?