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

Mailer: addresses in buffer from boundary and not in original boundary shape #48

Open
alicehargreaves opened this issue May 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request mailer

Comments

@alicehargreaves
Copy link
Contributor

@alicehargreaves created this issue Jan 28, 2022

Aaron Goodman at PDD asked us: "When using the buffer feature, such as 300ft buffer - is there a way to filter those addresses within the original boundary from those in the buffer zone?"

Currently, users would need to download the table of addresses within the boundary then download the addresses within the boundary + the buffer area and use another tool to join the two tables on the ‘addr_id’ field to determine which addresses are ONLY in the buffer area.

I see two options here:

  1. New output column: Add this information to a new column in the output table with values of 'boundary' or 'buffer' and users can filter the output on their on.
  2. New selection option: If a user applies a buffer from a boundary, add an option/button to cut the boundary out of the buffer and reselect the addresses within it.

On July 8, 2022 @jmcbroom commented "Let's think about how hard it would be to implement option 1: computing the distance."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mailer
Projects
None yet
Development

No branches or pull requests

2 participants