Greg Lucas
Greg Lucas
Unfortunately, I don't have an M1 to test on, so I can't test these locally. I can verify that they work on my intel mac though. * `test_pickle_load_from_subprocess[png]` This one...
Interesting, so we are testing that `FigureCanvasMac` (from the autoselected backend) can be unpickled to `FigureCanvasAgg` That seems brittle to me. I'm still not sure why this only fails on...
I think this is a useful consistency PR and a follow-up auto-expanding version of this pushed up to the Normalize class, which I don't think would conflict with one another?...
Adding a try/except seems reasonable. I'm a bit confused as to why we don't just extract the members within the file using the namelist directly: https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.namelist One could also check...
The caching is currently per figure for interactive speed per this comment: https://github.com/SciTools/cartopy/blob/5e449397646e499e918b629c657e93c4c48b96f9/lib/cartopy/io/ogc_clients.py#L349-L357 A local cache would be a great addition, similar to what is available in the `img_tiles`: https://github.com/SciTools/cartopy/blob/5e449397646e499e918b629c657e93c4c48b96f9/lib/cartopy/io/img_tiles.py#L59-L69...
The gridlines now continue through the dateline on master. However, the ticks still don't wrap properly.
We also have the undocumented `tools.cartopy_feature_download.py` script https://github.com/SciTools/cartopy/blob/main/tools/cartopy_feature_download.py that iterates through a few of the combinations. It would definitely be welcome for someone to update our documentation around what is...
I'm not sure what the GitHub Action is needed for? The NE datasets are updated pretty infrequently and really what we need is a listing in the docs for users...
I think we would be open to ideas for how to improve the NaturalEarth interface. If there is some mapping to add to help here, or any of the suggestions...
Seems reasonable to expose that keyword argument if you'd find it helpful. https://proj.org/en/9.3/operations/projections/omerc.html @trexfeathers added this in https://github.com/SciTools/cartopy/pull/2096 so they might have thoughts/opinions on it as well.