-
Notifications
You must be signed in to change notification settings - Fork 24
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
Plotting error with moll projection for combined Atlantic and Southern Ocean #53
Comments
Going further: ./difference_features.py -f AO_SO.geojson -m landice/region/Antarctica_IMBIE1/region.geojson -o AO_SO_masked.geojson
./plot_features.py -f AO_SO_masked.geojson moll is even more visibly messed up (geojson file at https://gist.github.com/79c3cc90ef72ad8320e799c4a54eb203)... |
@pwolfram, I can reproduce these bugs and will look into them when I have a chance. |
@pwolfram, I strongly suspect this is a bug in how shapes including the south (or presumably also the north) pole are handled in cartopy for this projection. It should be pretty easy to set up an example where we plot a box similar to the SouthernOcean in a simplified script to indicate the problem. Note that there are glitches in the Antarctic land coverage in both |
@pwolfram, here is a simpler script demonstrating that the problem is with cartopy, not with our plotting routine: |
@xylar, I agree. I'll submit an issue with them, will pass on your gist, and reference this issue. |
The issue is SciTools/cartopy#802, I'm closing this PR for now. |
Using the file at https://gist.github.com/43b8c23a27a84da35eadd9304a1b3753, there is a plotting error for the moll projection (which does not show up for moll2):
Script to reproduce error from repository root:
Note, found in the process of testing #52. I believe this is a plotting error but it could be an error with preliminary changes in #52.
The text was updated successfully, but these errors were encountered: