python toolbox for visualizing geographical data and making maps
geoplotlib is a python toolbox for visualizing geographical data and making maps
data = read_csv('data/bus.csv')
geoplotlib.dot(data)
geoplotlib.show()
This will launch the geoplotlib window and plot the points on OpenStreetMap tiles, also allowing zooming and panning. geoplotlib automatically handles the data loading, the map projection, downloading the map tiles and the graphics rendering with OpenGL.
Examples source code is here
geoplotlib requires:
optional requirements:
to install from source run:
python setup.py install
or with pip:
pip install geoplotlib
A detailed user guide can be found in the wiki