.. _guigeoplotlibrst: ========== geoplotlib ========== .. only:: html **Links:** :download:`notebook `, :downloadlink:`html `, :download:`PDF `, :download:`python `, :downloadlink:`slides `, :githublink:`GitHub|_doc/notebooks/2016/pydata/gui_geoplotlib.ipynb|*` `geoplotlib `__ implements its own GUI to visualize maps. `documentation `__ `source `__ `installation `__ `tutorial `__ .. code:: ipython3 from jyquickhelper import add_notebook_menu add_notebook_menu() .. contents:: :local: example ------- .. code:: ipython3 from pyquickhelper.loghelper import download bus = download("https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/data/bus.csv") bus .. parsed-literal:: './https!!raw-githubusercontent-com!andrea-cuttone!geoplotlib!master!examples!data!bus-csv' .. code:: ipython3 from pandas import read_csv data = read_csv(bus) data.head(n=2) .. raw:: html
name lat lon
0 Rådhuspassagen 55.743933 12.493921
1 Fortvej (Rødovre) 55.695224 12.448593
.. code:: ipython3 import geoplotlib geoplotlib.dot(data) geoplotlib.show() .. parsed-literal:: GDI+ cannot load 'C:\\Users\\xadupre/geoplotlib_tiles/mapquest/6/35/20.png'