Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] include Basemap options for choropleth visualisation #55

Open
slumnitz opened this issue May 8, 2019 · 3 comments
Open

[ENH] include Basemap options for choropleth visualisation #55

slumnitz opened this issue May 8, 2019 · 3 comments
Labels
enhancement wishlist Functionality that should be supported in future

Comments

@slumnitz
Copy link
Member

slumnitz commented May 8, 2019

Add option Basemap=TRUE, tiles=exampletile to function call for choropleth visualisations
Add @darribas's contextily as soft-dependancy to splot.

@slumnitz slumnitz added enhancement wishlist Functionality that should be supported in future labels May 8, 2019
@sjsrey
Copy link
Member

sjsrey commented May 8, 2019

would Basemap=FALSE be preferable as the default?

@slumnitz
Copy link
Member Author

slumnitz commented May 9, 2019

yes Basemap=FALSE would be the default.
Alternatively, we could think about an option to set a Basemap for the whole jupyter kernel? So every map in the nb is automatically displayed with the set Basemap? similar to set_style() in matplotlib?

@darribas
Copy link
Member

darribas commented May 9, 2019

Wohooo! This would be awesome! The main challenge I think refers to CRSs (what else...). We're currently trying to figure out a way to add tile warping so data don't need to be reprojected. It's a bit hairy... The way we currently work with now is we just support Web Mercator, so the user has to rely on geopandas or equivalent to transform beforehand. Would this method expect a GeoDataFrame? If so, we could work with that under the hood.

This will be real cool!!! 🎉

@slumnitz slumnitz changed the title [ENH] include baseman options for choropleth visualisation [ENH] include Basemap options for choropleth visualisation May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement wishlist Functionality that should be supported in future
Projects
None yet
Development

No branches or pull requests

3 participants