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

Remove duplicate facilities introduced by infilling #54

Open
brynpickering opened this issue Apr 17, 2024 · 0 comments
Open

Remove duplicate facilities introduced by infilling #54

brynpickering opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brynpickering
Copy link
Contributor

What can be improved?

Infilling even when there are some facilities in a landuse area (introduced in #49) often leads to some points being added that are duplicates of existing facilities.

We can remove these by doing a spatial join to find which infill points exist in existing facility polygons. We can use average facility footprint to approximate those existing facilities that are only points.

This should possibly be configurable since using address points to infill land use areas (#46) can infill multiple facilities in the same place if they have effectively the same address (e.g. flats).

Version

v0.2.0

@brynpickering brynpickering added the enhancement New feature or request label Apr 17, 2024
@brynpickering brynpickering self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant