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

Ideally task splits should not intersect map features (such a buildings) #30

Open
spwoodcock opened this issue Apr 24, 2024 · 2 comments
Labels
bug Something isn't working effort:medium Likely a day or two priority:low Backlog of tasks that will be addressed in time

Comments

@spwoodcock
Copy link
Member

Describe the bug

  • Sometimes the generated splits cut across map features (buildings).
  • This is fine if just the edge is intersected.
  • But if the task boundary cuts through the center of a building, it's difficult to know which task area the feature falls within.

Expected behavior

  • Split polygon areas should not intersect with existing map features, or at the very least keep the intersection possibility minimal.

Additional context
Add any other context about the problem here.

@spwoodcock spwoodcock added the bug Something isn't working label Apr 24, 2024
@spwoodcock spwoodcock changed the title Ideally task splits should not intersect map features Ideally task splits should not intersect map features (such a buildings) Jul 1, 2024
@manjitapandey
Copy link

Currently, the features will be loaded on the tasks where its center point lies so this solves the problem of having same feature on multiple tasks and while loading the features on each tasks. Would it still be the problem to have feature intersected by task boundaries?
I mean we can't completely avoid the situation and can only decrease the possible intersections but would be provide much value to work on this issue for now?

@spwoodcock , @Sujanadh

@spwoodcock
Copy link
Member Author

Definitely a low priority!

I should add priority labels to this repo 👍

@spwoodcock spwoodcock added priority:low Backlog of tasks that will be addressed in time effort:medium Likely a day or two labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort:medium Likely a day or two priority:low Backlog of tasks that will be addressed in time
Projects
Development

No branches or pull requests

2 participants