geoplot icon indicating copy to clipboard operation
geoplot copied to clipboard

High-level geospatial data visualization library for Python.

Results 32 geoplot issues
Sort by recently updated
recently updated
newest added

Using the kdeplot, with only one dataset, it appears that isolines are overlapping instead of merging, producing two local maxima instead of a consistent isoline around all features.

`gplt.cartogram` currently allows you to plot so-called *overlapping non-contiguous cartograms*. These cartograms are **non-contiguous** because the shapes, which are simply scaled in place, are not connected to one another. And...

wishlist

The `geoplot` documentation is currently built in several independent steps. One of these steps is generating the [Plot References](https://residentmario.github.io/geoplot/index.html) section, which is done by running the `generate-api-reference.ipynb` Jupyter notebook, which...

chore

Apologies if this turns out to be a cartopy issue (I'm not deeply familiar with cartopy), but after digging around, I can't find anyone else running into it. I'm hitting...

bug

Hi, it would be really helpful to have a `style` argument (`Grouping variable that will produce points with different markers`) similar to what done in `seaborn` ([example](https://seaborn.pydata.org/generated/seaborn.scatterplot.html))

feature

The `scheme` parameter accepts either a string name of a classifier (e.g. `EqualInterval`) or a fitted `mapclassify` object (e.g. `mc.EqualInterval(df, k=5)`). The following changes ought to be made: * Currently...

enhancement

I experimented with a `multiprocessing` implementation of the quadtree algorithm in [the following notebook](https://github.com/ResidentMario/concurrent-playground/blob/master/quadtree/quadtree-dev.ipynb). The multiprocessing component isn't all that useful, but the changes also include logic for better, faster...

enhancement

There are a couple of space-partitioning plot types in `geoplot`: `quadtree` and `voronoi`. These are both fine options, but there's also a simpler space partitioning plot type, familiar from `seaborn`,...

wishlist

A feature that would really nice to have is a way of adding text labels to map elements. This is a very non-trivial thing to do; there aren't any real...

wishlist

I'm so glad to see a package that makes plotting geo heatmap this kind of easy and beautiful. After reading the API and I realize that the heatmaps produced by...

wishlist