-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A GEOSException error occurred when calling contourf #2370
Comments
@rcomer Hello, I have found the root cause of the issue. When using the |
Description
I encountered a strange
shapely.errors.GEOSException
error when using cartopy to draw maps withcontourf
. The plotting works fine if I just use matplotlib without the cartopy projection transformation.sample data: https://drive.google.com/file/d/1n1PkwgZez3Ukz-0klkll2YAJX46vOH-6/view?usp=sharing
Code to reproduce
The code runs normally if I execute the following.
However, if I execute the following code, it results in an error.
Traceback
Full environment definition
Operating system
MacOS
Cartopy version
0.22.0
conda list
pip list
The text was updated successfully, but these errors were encountered: