-
Notifications
You must be signed in to change notification settings - Fork 372
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
Natural Earth and GSHHS coastlines differ #787
Comments
Could this be an issue of an assumed spheroid? It's reminiscent of this example: http://scitools.org.uk/cartopy/docs/latest/examples/effects_of_the_ellipse.html |
This is an issue of your source data's accuracy. Scale is one item that will impact the resulting visualization. How many point do you need to represent that outline at a particular "zoom level"? Natural Earth seems to be at a 1:10 million scale. The closer the scale's fraction is to one (1), the more points that are used to represent a feature. Meaning the more accurate it will look across all scales. Also, how positional accurate was the source map, aerial photo, or satellite image used to digitize the vector coastline? If it is off it will introduce error. So, what you are pointing out does not surprise me in the least bit. |
I confirm jjhelmus' observations, and asked about the accuracy of the coastlines() from natural earth: I think they can be off at the 10m scale. See also here |
Interesting. It always amazes me how shaky this stuff is - if you look too closely, you find issues everywhere! 😄 |
Not sure if this is the best place to report this, but it seems that the coastline data differs conspicuously between Natural Earth and the GSHHS dataset. In the case that a few of us were examining, nguy/artview#156, the GSHHS coastlines were a better match observational data but this may not be true in general.
The coastline of Barrow, Alaska shows this difference quite clearly:
This may be related to issue #604.
The text was updated successfully, but these errors were encountered: