There is a set of (lat, long) points which can be simply visualized by matplotlib.pyplot.scatter(list_of_longitudes, list_of_latitudes)
. But I want to plot these points on top of a road network which happens to be in a shapefile. How can I simply plot the two files together with Python in one single map/figure?
Especially looking for something like Shapely