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

Dynamic nearby #837

Open
ge0ffrey opened this issue May 8, 2024 · 0 comments
Open

Dynamic nearby #837

ge0ffrey opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request process/needs triage Requires initial assessment of validity, priority etc.

Comments

@ge0ffrey
Copy link
Contributor

ge0ffrey commented May 8, 2024

(epic)

Nearby selection swaps with A with the 40 nearest locations from A, favoring the nearest most (parabolic distribution).

Dynamic nearby selection swaps A with any location that is at most 60 minutes far (1), favoring the nearest most (parabolic distribution).
(1) If less than 10 within 60 minutes, take the 10 nearest. If more than 1000 withing 60 minutes, take the 1000 nearest.

Additionally, dynamic nearby selection shouldn't do the sorting. That should be done in advance, so the travel time matrix can be filtered on the at most 60 minutes too, to reduce bandwidth consumption. This brings true scalability in sight (100k+ locations etc).

@ge0ffrey ge0ffrey added enhancement New feature or request process/needs triage Requires initial assessment of validity, priority etc. labels May 8, 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 process/needs triage Requires initial assessment of validity, priority etc.
Projects
None yet
Development

No branches or pull requests

1 participant