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

union geometries #66

Open
mapsam opened this issue Mar 1, 2018 · 1 comment
Open

union geometries #66

mapsam opened this issue Mar 1, 2018 · 1 comment

Comments

@mapsam
Copy link
Member

mapsam commented Mar 1, 2018

In order to more effectively solve deduping and cross-tile querying, it'd be great to union intersecting geometries (such as those split by a tile boundary).

This will require some work with boost and spatial-algorithms in order to move forward.

cc @artemp @flippmoke

@mapsam mapsam added this to the v0.2.0 milestone Mar 1, 2018
@springmeyer
Copy link
Contributor

👍 I think this will be a fun quest. I recommend looking into #55 next, because a potentially optimal flow would be:

  • Filter geoms by bbox (only keep the geom's whose bbox's intersect with the radius circle geometry)
  • Of those geoms remaining, union
  • Of those unioned geometries, get the closet point

@mapsam mapsam removed this from the v0.2.0 milestone Mar 1, 2018
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