You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
changed the title
[ENH] include baseman options for choropleth visualisation
[ENH] include Basemap options for choropleth visualisation
May 15, 2019
Add option
Basemap=TRUE
,tiles=exampletile
to function call for choropleth visualisationsAdd @darribas's contextily as soft-dependancy to splot.
The text was updated successfully, but these errors were encountered: