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

core: when loading an infra, identify if the geo coordinates can reliably be used for heuristics #2818

Closed
eckter opened this issue Jan 10, 2023 · 0 comments
Labels
area:core Work on Core Service kind:enhancement Improvement of existing features

Comments

@eckter
Copy link
Contributor

eckter commented Jan 10, 2023

All infras have geo coordinates and we want to use them for heuristics, but sometimes the values are just arbitrary and don't reflect actual distances. This is the case in generated infras.

We should have a new field / getter in the TrackInfra class that indicates whether the coordinates match the track lengths. This doesn't need to be a new parameter, we can check when loading an infra by comparing some track lengths with their coordinates.

Needed for #2817.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service kind:enhancement Improvement of existing features
Projects
None yet
Development

No branches or pull requests

3 participants