Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-cuttone committed Oct 16, 2016
1 parent 649ceea commit 01e00b5
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.md
@@ -1,8 +1,5 @@
geoplotlib is a python toolbox for visualizing geographical data and making maps

# A first example
To produce a dot map:

```python
data = read_csv('data/bus.csv')
geoplotlib.dot(data)
Expand All @@ -11,33 +8,7 @@ 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.

Click on the image to see a short youtube video demo:

<a href="http://www.youtube.com/watch?feature=player_embedded&v=OTbMCP7vZ_o
" target="_blank"><img src="http://i.imgur.com/w3rBv3U.png"
alt="" border="10" /></a>

# Examples gallery

[Dot Map](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/dot.py)
![dot](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/dotdensity.png)

[Heatmap](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/kde.py)
![kde](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/kde1.png)

[Shapefiles](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/shapefiles.py)
![shapefiles](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/shapefiles.png)

[Choropleth and GeoJSON](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/choropleth.py)
![choropleth](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/choropleth.png)

[Voronoi tessellation](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/voronoi-filled.py)
![voronoi](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/voronoi-filled.png)

[Spatial graph](https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/graph-flights.py)
![graph](https://raw.githubusercontent.com/andrea-cuttone/geoplotlib/master/examples/screenshots/graph-flights.png)

All examples source code is [here](https://github.com/andrea-cuttone/geoplotlib/tree/master/examples)
Examples source code is [here](https://github.com/andrea-cuttone/geoplotlib/tree/master/examples)

# Installation

Expand Down
Binary file removed examples/screenshots/camera_follows.png
Binary file not shown.
Binary file removed examples/screenshots/choropleth.png
Binary file not shown.
Binary file removed examples/screenshots/delaunay.png
Binary file not shown.
Binary file removed examples/screenshots/dotdensity.png
Binary file not shown.
Binary file removed examples/screenshots/graph-flights.png
Binary file not shown.
Binary file removed examples/screenshots/hist.png
Binary file not shown.
Binary file removed examples/screenshots/kde1.png
Binary file not shown.
Binary file removed examples/screenshots/kde2.png
Binary file not shown.
Binary file removed examples/screenshots/kmeans.png
Binary file not shown.
Binary file removed examples/screenshots/markers.png
Binary file not shown.
Binary file removed examples/screenshots/quadtree.png
Binary file not shown.
Binary file removed examples/screenshots/shapefiles.png
Binary file not shown.
Binary file removed examples/screenshots/taxi.png
Binary file not shown.
Binary file removed examples/screenshots/voronoi-filled.png
Binary file not shown.
Binary file removed examples/screenshots/voronoi-lines.png
Binary file not shown.

0 comments on commit 01e00b5

Please sign in to comment.