Benjamin Root
Benjamin Root
oooh, good catch! Perhaps I should update the default zorder of the county stuff so that it goes above other stuff? On Thu, Feb 2, 2017 at 1:53 PM, Huziy...
Oooh, it is a bit more trickier than that. drawstates() and drawcountries() is implemented using LineCollection objects, but drawcounties() is implemented using a PolyCollection, which has a lower default zorder....
Created #340 that should help fix this On Thu, Feb 2, 2017 at 2:16 PM, Benjamin Root wrote: > Oooh, it is a bit more trickier than that. drawstates() and...
most likely, this is an issue with matplotlib rather than basemap itself. I also suspect that this has something to do with the style change work for matplotlib v2.0. On...
The problem is that it is difficult to unwrap the coordinates for polygons because it depends upon which way across the fold the polygon is going. This is one of...
to be honest, I am actually not certain that it does properly avoid the situation. We do have a shiftdata function, but it is finicky at best and can produce...
Is cylindrical direction-preserving? I wish there was a simple table that showed projection type (rows) and property (columns) and stated whether that property was preserved or not. On Fri, May...
I doubt it. Not without taking advantage of some spatial indexing code such that geopandas or (I think) shapely can take advantage of if explicitly set. Btw, in case you...
I am the sole maintainer of basemap, and I am more here to make sure the lights get turned off. I am supporting basemap until 2020. This means that I'll...
I doubt that would be possible. The fundamental design of cartopy is very different from basemap. Even the data that basemap works off of is different from cartopy uses. If...