Skip to content
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

osm_line2poly limitations #37

Open
richardbeare opened this issue Nov 20, 2017 · 0 comments
Open

osm_line2poly limitations #37

richardbeare opened this issue Nov 20, 2017 · 0 comments

Comments

@richardbeare
Copy link
Contributor

Hi,
I don't have time to track this down at present, but the following bounding box leads to incorrect behaviour in osm_line2poly for this bit of coastline

bbox.F <- rbind(c(min= 144.75, max = 145.6),
                c(min= -38.41, max = -37.75))
rownames(bbox.F) <- c("x", "y")

I think the problem is cause by multiple cutting of peninsulas.

May be that the current approach is too simple, and that we need to do something quite complex, probably requiring sf, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant