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

Merge polygons with no features with neighboring polygons #53

Merged
merged 4 commits into from
Sep 21, 2024

Conversation

Sujanadh
Copy link
Contributor

Related Issue:

Updates:

There has been some changes to avoid the holes or polygons with no features as a task polygon
** Steps Taken**

  • Find out those polygons with no features in it
  • Search their neighbouring polygons
  • Find optimal neighbouring polygon which has smaller number of features among them
  • merge the polygon with no feature with optimal neighbouring polygon

Previous Output

image

After Changes

image

@spwoodcock spwoodcock merged commit d74dab1 into main Sep 21, 2024
4 of 5 checks passed
@spwoodcock spwoodcock deleted the fix/holes-in-tasks branch September 21, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants