-
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
Drawing an inset map in a separate axes sometimes causes "RuntimeError: Unidentified problem with geometry, linestring being re-added." #863
Comments
If there is a work-around for this, I'd be happy to hear about that! :) |
@ajdawson I hate to single you out specifically on this, but I notice you've responded to a couple of other issues since mine, and I thought perhaps you would have some guidance on my issue. If you look at my example, I'm not actually trying to render any of my own datasets, just the ocean feature that comes with Cartopy. It seems to me that this is kind of a problem for the project - is there a particular person who is best suited to address this sort of issue? |
I can say that this script reproduces the problem for me on osx, Python 3.6, cartopy 0.14.3 from conda-forge. |
this is a problem and i'd like to get it fixed. there are other open issues regarding line string adding @mhearne-usgs if you fancy giving me a head start, you could look into writing a test inside i'll try to get onto looking at this as soon as i can |
@marqh I've forked cartopy, and have added a test. Looked at documentation on contributing and can't find any specific guidance there on how to set up my system for development or running tests. |
i have not looked into this in detail yet I use conda to establish test environments, you can look in the .travis.yml for clues, it is a small par tof what that file does there are continuous integration tests running on this repository, so you can just write what looks like a sensible test case, and include it in one of the test modules, for example: |
Fixed by #974. |
Platform: Mac OS 10.10.5
Python: 3.6.0 | packaged by conda-forge | (default, Feb 10 2017, 07:08:35)
Cartopy Version: 0.15.0
Below is a script that causes the error: "Unidentified problem with geometry, linestring being re-added." in crs.py.
Notice that there are other regions (I've included one) in the world where drawing this inset map does NOT cause this error.
The text was updated successfully, but these errors were encountered: