Ryan May
Ryan May
Did you run some kind of tool on the whole source directory? There are a ton of whitespace changes to unrelated files. These changes need to be removed from this...
Would it be better to use matplotlib's deprecation infrastructure rather than adding our own?
Matplotlib has a `matplotlib.cbook.deprecated` decorator for marking classes/functions as deprecated.
Looks like matplotlib does explicitly support `set_array(None)`, so we should too.
@kdpenner I don't have time right at this moment to understand everything that's going on here, but wanted to say thanks for putting this in. Clearly this goes a long...
Despite you building from source, it seems like it's still picking up your system copy of PROJ. Is there any way you can uninstall the system copy?
The problem here is that PyPI doesn't have any concept of compiled, non-Python dependencies, so there's no PyPI package for PROJ. That means using the system package (if it's recent...
Could you add the image as a test?
Looks like that value is just missing from the internal dictionary: https://github.com/SciTools/cartopy/blob/bd4b90c4bfec99afd97e8acd29bc05bde29070d8/lib/cartopy/io/ogc_clients.py#L77-L84 I'm not sure if that just hadn't been encountered before or what. Also not entirely sure what the...
@leeyupeng119 and @andhuang-CLGX: Have you tried setting `PYPROJ_GLOBAL_CONTEXT=ON` in the environment, like @greglucas suggested, and see if that improves things?