geoplotlib icon indicating copy to clipboard operation
geoplotlib copied to clipboard

python toolbox for visualizing geographical data and making maps

Results 34 geoplotlib issues
Sort by recently updated
recently updated
newest added

[Geopandas](http://geopandas.org/) is a powerful extension of the pandas package. It can handle an array of geospatial data formats. As such it would be nice to have it integrated into the...

Hi Andrea, i am using google localisation data as input. -cf below- geoplotlib and pygmet correct versions have been imported. yet the nature of my data does not seem correct....

here is my python code. ` import geoplotlib geoplotlib.geojson('bus.json') geoplotlib.show() ` and here is the content of file "bus.json". ` { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": {...

Hi 👋 I'm trying to create a visualisation in which the dots are all coloured according to a given variable, e.g. the price of an accommodation. Each dot should represent...

Hi Andrea, I love the idea of this package but have been unlucky when trying to run it on my computer. When I try to run any file with this...

MacOS after import geoplotlib raise error OSX NotImplementedError: abstract used 3 pyglet versions (1.2.4, 1.3 and 1.4)

Hey Andrea, Do you have any idea how to embed the pyglet window into a jupyter notebook? Currently I output as an image and just reference it from there. Any...

It seems like the display position of the tooltip is off. I'm using a simple tooltip with the geojson method. Any ideas? Tooltip looks like this (copies from the examples,...

The Queue module was changed to queue. Changed the import to the right spelling.

Hi there, I'm using geoplotlib on Linux and I have nvidia drivers set with optirun and bumblebee. geoplotlib fails silently when doing a simple `import geoplotlib` when I activate my...