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

Fixing speed constraints #192

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixing speed constraints #192

wants to merge 3 commits into from

Conversation

macostav
Copy link

Implemented new speed constraints based on FSGP 2024 data. In this version, instead of calculating the speed limits based on the curvature of the track, I included the speed_limit array I created, where the speed limit is the maximal speed achieved at every location in the track. The changes themselves can be seen in the implementation of the cache_gis function. Additionally, I included a couple of tests to make sure that everything works as expected.

…speed limits, and a way of using them in the cache_gis function.
…speed limits. Changed the cache_gis function inside of the Query class to import the correct speed limits instead of generating them.
…not each coordinate. That is why the calculate_speed_limits function was modified so that it takes the speed limits per coordinate to the speed limits per meter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant