- Notifications
You must be signed in to change notification settings - Fork177
python toolbox for visualizing geographical data and making maps
License
andrea-cuttone/geoplotlib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ishere
geoplotlib requires:
- numpy
- pyglet 1.2.4
- note: in order for pyglet to work with ipython on Mac, version 1.2.4 or newer is needed
optional requirements:
- matplotlib for colormaps
- scipy for some layers
- pyshp for reading .shp files
to install from source run:
python setup.py install
or with pip:
pip install geoplotlib
A detailed user guide can be found in thewiki
About
python toolbox for visualizing geographical data and making maps
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.