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

fix the many many gaps in the polygons #16

Open
katiejolly opened this issue Oct 6, 2018 · 2 comments
Open

fix the many many gaps in the polygons #16

katiejolly opened this issue Oct 6, 2018 · 2 comments
Assignees

Comments

@katiejolly
Copy link
Collaborator

There are thousands of slivers in these polygons. We can fix the slivers using some r code so that it's reproducible. I was googling around and found this issue on the sf page. It suggests:

shp <- st_buffer(shp, .0001) shp <- st_difference(shp, shp)

I think we should try this out on our shapefile.

@katiejolly katiejolly self-assigned this Oct 6, 2018
@mikoontz
Copy link

Hi! I came here from the issue you linked (r-spatial/sf#547). I'm noticing more success using the st_snap() function (more info in the issue), so I'm passing that info along. Good luck!

This is an amazing project you all are working on; thanks for your research.

@katiejolly
Copy link
Collaborator Author

Awesome, thanks for the tip!

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

2 participants