You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin level 1 Natural Earth features are incompletely drawn in some cases - the script below creates a map showing the border between Illinois and Indiana, but that ends before the bottom of the map where Illinois, Indiana, and Kentucky all meet. Attached is a map of the same data from Natural Earth plotted in QGIS, with the junction of the three states being shown.
This seems to have something to do with the thresholding; you can get it to work by patching it with proj._threshold /= 6.
The threshold is determined by the x limits, but should probably check the y limits as well. I don't really know how the threshold calculation was chosen though, so I'm not sure what the best calculation should be there (just doing the same thing would produce a threshold much much smaller than 1/6).
When vertical limits are very small, but horizontal limits are wide, the
threshold is too large, and can clip some elements that should be
visible.
FixesSciTools#1155.
When vertical limits are very small, but horizontal limits are wide, the
threshold is too large, and can clip some elements that should be
visible.
FixesSciTools#1155.
Description
Admin level 1 Natural Earth features are incompletely drawn in some cases - the script below creates a map showing the border between Illinois and Indiana, but that ends before the bottom of the map where Illinois, Indiana, and Kentucky all meet. Attached is a map of the same data from Natural Earth plotted in QGIS, with the junction of the three states being shown.
Code to reproduce
Traceback
Full environment definition
Operating system
Cartopy version
conda list
pip list
The text was updated successfully, but these errors were encountered: