google-maps-api-3

Plot latitude longitude from CSV in Python 3.6

Plot latitude longitude from CSV in Python 3.6 Question: I’m trying to plot a large number of latitude longitude values from a CSV file on a map, having this format (first column and second column): I’m using python 3.6 (apparently some libraries like Basemap doesn’t operate on this version). How can I do that? Asked …

Total answers: 3