geoplotlib#

Links: notebook, html, PDF, python, slides, GitHub

geoplotlib implements its own GUI to visualize maps.

documentation source installation tutorial

from jyquickhelper import add_notebook_menu
add_notebook_menu()

example#

from pyquickhelper.loghelper import download
bus = download("https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/data/bus.csv")
bus
'./https!!raw-githubusercontent-com!andrea-cuttone!geoplotlib!master!examples!data!bus-csv'
from pandas import read_csv
data = read_csv(bus)
data.head(n=2)
name lat lon
0 Rådhuspassagen 55.743933 12.493921
1 Fortvej (Rødovre) 55.695224 12.448593
import geoplotlib
geoplotlib.dot(data)
geoplotlib.show()
GDI+ cannot load 'C:\Users\xadupre/geoplotlib_tiles/mapquest/6/35/20.png'