I am new in working with python.
I have a question regarding How to plot a map in Python using Latitude and Longitude data ?
What i have done before :
Step 1 : I have a CSV file which contains Information about Vehicle Driving signal.
Step 2 : From the File I have extracted some Latitude and Longitude Data in the form of pandas Data frame.
Step 3 : Now i save that Data frame as CSV File.
Step 4 : After saving, I am giving that file to Online GPS Visualizer, so it generates a Open street map.
[![enter image description here][1]][1]
Requirement No :1
I just want the same map to be plotted in python instead of giving the Lat&Long csv file to Online GPS Visualizer. So which Library I should use ? Base map Library is suited for my work or should i go for another alternative ?
Requirement No : 2
After plotting the map in python i just want to Highlight few Latitude and Longitude points in the map. (As Pointed in the image)