geoplotlib
geoplotlib copied to clipboard
python toolbox for visualizing geographical data and making maps
Hi, I have two sets of data, which I want to plot as dots at the same time with different colors. Is that possible without writing a custom layer? Regards
As of now, I have been adding dots and labels at latitude, longitude locations which is fine for screenshots, but it would be helpful to be able to keep it...
Hello! I'm new to python so I don't exactly know how to manage the libraries, so maybe I made a mistake somewhere, but this lib just doesn't work for me....
When I use this function is does not do a true histogram for pandas data frames. It works for csv files only. Attached is a picture. Everywhere on the map...
Can you interprete the framework of the souce code or make some explain? Thanks
Hi, I had this problem while using KMeansLayer: _raise Exception('convexhull requires at least 3 points')_ how can I use it? ps: my data file is a txt file, and it...
This lib is very cool and powerful though many aspects can also be improved. When i use it, two problems bother me. 1. The first one is the speed of...
Hello, on Windows and also I believe on Mac running `pip install geoplotlib`, then `import geoplotlib`, and then trying to use any of the methods results in the following error:...
For example in https://github.com/andrea-cuttone/geoplotlib/blob/master/examples/follow_camera.py, changing the bottom part to: ``` otherdata = read_csv('data/taxi.csv') geoplotlib.dot(otherdata) geoplotlib.add_layer(TrailsLayer()) geoplotlib.show() ``` leads to the dot map not being displayed. This is because the following...
Install dependencies