-
Notifications
You must be signed in to change notification settings - Fork 371
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
Boundary splitting with a small Globe #1572
Comments
For Lines 1805 to 1807 in 60ae9a6
Unfortunately, not very many projections scale the threshold with the globe. |
QuLogic
added a commit
to QuLogic/cartopy
that referenced
this issue
Jul 12, 2020
Fixes SciTools#1572, testing the example in the other projections as well.
QuLogic
added a commit
to QuLogic/cartopy
that referenced
this issue
Jul 13, 2020
Fixes SciTools#1572, testing the example in the other projections as well.
QuLogic
added a commit
to QuLogic/cartopy
that referenced
this issue
Jul 13, 2020
Using the example from SciTools#1572 shows that the lines are jagged and the threshold is too high.
QuLogic
added a commit
to QuLogic/cartopy
that referenced
this issue
Aug 6, 2020
Fixes SciTools#1572, testing the example in the other projections as well.
QuLogic
added a commit
to QuLogic/cartopy
that referenced
this issue
Aug 6, 2020
Using the example from SciTools#1572 shows that the lines are jagged and the threshold is too high.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Thanks for all the hard work on this nice tool.
I've started to transfer over some code that used
basemap
for plotting astronomical sky maps. Since I want a sphericalGlobe
with no direct connection to physical scale of the Earth, I thought it would make sense to use a unit sphere:This seems to work for the most part; however, when I try to draw a
LineString
that cross the global map boundary, it fails to break properly at the map boundary for some latitudes. I'm guessing that this is some numerical resolution issue, since this issues disappears as the radius of the globe is increased (and appears to be gone completely at radius = 1e5). My guess is that there is some implicit assumption of the globe size hidden somewhere, but I'm not sure where this can be found (or if I can somehow increase the resolution from the api directly).Code to reproduce
Partial environment definition
Operating system
Mac OS X 10.15.4
Cartopy version
0.18.0
conda list
The text was updated successfully, but these errors were encountered: