Ryan May

Results 784 comments of Ryan May

If we do that, it's technically an API change (since people passing via kwargs would be broken). That's fine, but we need to make sure it gets noted in the...

@ellequelle In some cases we'll warn for a change. I think this is minimally disruptive, and given our 0.x versioning, I feel fine just making the change. We generally don't...

I really hate this bug. @ClaudeDRT Thanks for trying to post code to reproduce. Unfortunately, it doesn't crash for me, and honestly I wouldn't expect it to unless you at...

@ClaudeDRT I can't even make that code fail in jupyter lab with Python 3.9 and the whole stack from conda-forge.

@ClaudeDRT I'm not sure why you don't think CartoPy 0.18 is supported on Python 3.9--the packages are there for conda-forge and work fine. Honestly, if you're pip installing Shapely but...

Greetings! Thanks for making the effort to contribute! Cartopy's examples don't use notebooks, but standalone Python scripts. If you'd like to have your example include (which looks great!), you'll need...

Try to reinstall shapely from source instead of the wheel file: `pip install --no-binary shapely`.

@firobeid Currently Cartopy doesn't release wheels (#1174) due to challenges maintaining build compatibility with Shapely. Even if we did, they wouldn't be `py3-none-any` due to the fact that Cartopy currently...

In general, it looks great. Without even a draft PR, I can't evaluate what the consequences of trying to add it would be.

That's tricky, because that warning is coming from GEOS I'm pretty sure.