Skip to content

Fix filter_area when used with combine_polygons_below #814

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

Merged
merged 2 commits into from
Apr 16, 2025

Conversation

systemed
Copy link
Owner

Currently we run area filtering on the first polygon we have generated, but not on any successive polygons that we merge in. That's clearly an error.

This PR moves the filtering after the polygons have been generated and merged. The upshot is that you can filter out garden sheds while rows of narrow terraced houses are still retained.

@systemed systemed merged commit e582f9d into master Apr 16, 2025
5 of 7 checks passed
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

Successfully merging this pull request may close these issues.

1 participant