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

Move simplification to rs merge pipeline step #16

Open
2 tasks
daniel-j-h opened this issue Jun 10, 2018 · 0 comments
Open
2 tasks

Move simplification to rs merge pipeline step #16

daniel-j-h opened this issue Jun 10, 2018 · 0 comments

Comments

@daniel-j-h
Copy link
Collaborator

Currently in rs feature we extract polygons and simplify them. Then in rs merge we buffer, then union, then unbuffer for merging shapes across tile boundaries. This leads to polygons that are no longer simplified.

We should investigate not simplifying in rs feature. Instead merge un-simplified geometries, then simplify in rs merge at the end of the pipeline.

Tasks:

  • Remove simplification in rs feature
  • Implement simplification in rs merge after merging shapes
@daniel-j-h daniel-j-h mentioned this issue May 29, 2019
3 tasks
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