-
Notifications
You must be signed in to change notification settings - Fork 2
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
how to merge polygons after computing min? #1
Comments
actually the motivation behind merging polygons was as an analog to the 1d parameter case in functional pruning, where you merge adjacent intervals with the same coefficients. but in the 2d case we are already storing a more complex object (polygon) so instead of merging adjacent polygons with the same coefficients, we could actually have one MULTIPOLYGON geometry (each polygon therein would have the same coefs) as shown in the figure below from https://r-spatial.github.io/sf/articles/sf1.html
|
looks like sf has intersects and relate, nice figure r-spatial/sf#234 (comment) and discussion below that.
The text was updated successfully, but these errors were encountered: