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

Added the WellScoutedRoute application #1544

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Added the WellScoutedRoute application #1544

merged 1 commit into from
Dec 29, 2023

Conversation

Framstag
Copy link
Owner

Application was developed during https://www.fossgis.de/wiki/FOSSGIS_OSM_Communitytreffen_2023_Nummer_20

It tries to find a "good" roundtrip route (for biking or similar) using https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm based on the routing graph in the database.

Though currently fast, it is not fast enough to evaluate all options. The idea is,to have certain criteria and assumptions to further optimize the calculation.

Depending on current value of hard coded options it already generates good routes (though it is not clear for my why ad why not in other cases)

This is currently work in progress

Application was developed during https://www.fossgis.de/wiki/FOSSGIS_OSM_Communitytreffen_2023_Nummer_20

It tries to find a "good" roundtrip route (for biking or similar) using https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm based on the routing graph in the database.

Though currently fast, it is not fast enough to evaluate all options. The idea is,to have certain criteria and assumptions to further optimize the calculation.

Depending on current value of hard coded options it already generates good routes (though it is not clear for my why ad why not in other cases)

This is currently work in progress
Copy link

sonarcloud bot commented Dec 29, 2023

Quality Gate Failed Quality Gate failed

Failed conditions

10.2% Duplication on New Code (required ≤ 3%)
1 New Critical Issues (required ≤ 0)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@Framstag Framstag merged commit 115cb2c into master Dec 29, 2023
18 of 20 checks passed
@Framstag Framstag deleted the well-scouted-route branch December 29, 2023 14:17
@github-actions github-actions bot added the released Issue has been released label Jun 2, 2024
Copy link

github-actions bot commented Jun 2, 2024

🎉 This issue has been resolved in v2024.06.02.1 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant