-
Notifications
You must be signed in to change notification settings - Fork 9
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
Parse LZB/ETCS #44
Merged
Merged
Parse LZB/ETCS #44
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julianharbarth
force-pushed
the
parse-lzb-ctc
branch
from
January 25, 2023 12:10
fcbce6c
to
652ade8
Compare
julianharbarth
added a commit
that referenced
this pull request
Mar 3, 2023
* parse detailed lzb/etcs information * add line model * track etcs elements in station routes * split into .h/.cc * add alias * add precondition/postcondition alias for asserts * don't generate IRs when etcs is required * fix sassert for release * change line precons into soft preconditions * fix linting issue * fix linting issues
julianharbarth
pushed a commit
that referenced
this pull request
Mar 17, 2023
* Add issue template for user story * Rebuild web client using npm, ts and vuejs (#1) * Add OSM visualisation (#2) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> * Add API client for generic dev server request transform (#25) * Also show secondary lines (yards) (#24) * Show lines in different colors (#31) * Remove maps on infrastructure change (#36) * Add dark mode to webclient (#17) * Show names of halts (#38) * Rename soro client target (#44) * Add dark light mode os sync (#26) * Add dark mode for map and golden layout (#30) * Fix server file copy on cmake builds (#46) * Fix showing halt names correctly (#48) * Make accent color selectable (#32) * Implement searching for stations (#13) Co-authored-by: Julian Weidert <[email protected]> * Remove CSS file (#57) * Fix showing multiple GL tabs in dark mode (#58) * Add local storage reset button (#61) * Add dependent issues workflow (#64) * Enable search multi result (#49) Co-authored-by: Julian Weidert <[email protected]> * Add match visual to matches (#60) * Implemented fuzzy matching (#53) Co-authored-by: Maximilian Rüsch <[email protected]> * Add a tool to generate OSM data for the map (#27) Co-authored-by: Maximilian Rüsch <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> * Add golden layout storage (#65) * Parsing for DB-data files (#35) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> Co-authored-by: Maximilian Rüsch <[email protected]> * Add some more eslint rules (#72) * Ignore transform-osm executable on ubuntu (#75) Co-authored-by: maximilian-ruesch <[email protected]> * Sort search result (#80) * Remove Wiesbaden Hauptbahnhof addition (#84) * Fix broken paths and temporary folders in preprocessing script (#87) * Allow saving legend controls (#85) * Signale als Ankerpunkte finden und mappen (#42) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> * Added additional CLI-flags and fixed up the read-me (#89) * Remove go executable from tracking in UNIX systems (#92) * Update issue and pull request templates templates (#78) * Add previously unseen data (halts and stations) (#47) * Add collapsable legend (#95) * Allow reset of map legend (#96) * Allow searching for signals (#90) Co-authored-by: Julian Weidert <[email protected]> * Add search result icons (#91) Co-authored-by: Julian Weidert <[email protected]> * Fix favicon in production (#100) * Fix infrastructure map on infrastructure change and others (#99) * Color Lines in only visible colors (#83) * Find and map switches anchor (#88) * Finding not anchored Signals (#86) Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Jan Stiefel <[email protected]> * Fix: Tileserver recomputes tiles every time #39 (#41) * Visualize bridges from OSM data (#71) * Visualize tunnels from OSM data (#66) Co-authored-by: maximilian-ruesch <[email protected]> * Add first tests for javascript station search (#103) * GO Code Quality Improvements (#105) * Add missing navigation menu tests (#106) * Find Switches (#108) * Improvements on GO output (#111) * Mapping rest of elements (#112) * Completed JSON search file (#115) * Some more GO code and usability quality improvements (#117) * Fix weird glyphs tiles not showing (#114) * Add golden layout tests (#107) * Add infrastructure tests (#119) * Added tests and cleanup (#110) Co-authored-by: Julian Weidert <[email protected]> * Load json (#118) Co-authored-by: Julian Weidert <[email protected]> * Add remaining tests for web client (#120) * Fix weird outputfile (#123) * Adding tests for go (#121) Co-authored-by: Goldkehle <[email protected]> * Extend client readme and fixup (#122) * Add CI step for go tests (#125) * Extend go readme (#124) Co-authored-by: Jan Stiefel <[email protected]> * Fix OSM node ID overflow (#126) --------- Co-authored-by: Erik Lille <[email protected]> Co-authored-by: erik.lille <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: maximilian-ruesch <[email protected]> Co-authored-by: Goldkehle <[email protected]> Co-authored-by: Julian Weidert <[email protected]> Co-authored-by: Jan Stiefel <[email protected]>
julianharbarth
added a commit
that referenced
this pull request
Mar 21, 2023
* exclusion wip * exclusion wip * Story 8: Make UI Tests fail when a JavaScript error occurs (#43) * add a basic ui test with github actions intergraion * also run un-tests using firefox * make ui-tests fail on JS errors * Parse LZB/ETCS (#44) * parse detailed lzb/etcs information * add line model * track etcs elements in station routes * split into .h/.cc * add alias * add precondition/postcondition alias for asserts * don't generate IRs when etcs is required * fix sassert for release * change line precons into soft preconditions * fix linting issue * fix linting issues * clang tidy * wip * wip * always rename cereal serialization function * add ymd_to_abs * add serve_element to soro-server * clean up tests * clean up css * add exclusion set api to soro-server * read exclusion sets from cliques * add detail to station api * fix kss parsing * fix train iteration * construct ordering graph with exclusion sets * update gitignore * add INVALID_ANCHOR * remove unnecessary include * fix ordering graph test case * resolve merge conflicts * rename expects -> expect to make room for the expects lambda function * fix formatting * print ordering graph statistics * update utl * put formatter into fmt namespace * add absolute_time::operator<=> * update cereal * remove operator<=> and use operator< * use CISTA_COMPARABLE() * add explicit cast * ignore meta elements for infrastructure stats * add explicit cast for trip_to_nodes * use brace initialization * fix windows build * add cross test * refactor std_wrappers * pull cycle detection out of simulation graph * add refactored std_wrapper * add ordering graph cross test * fix windows ci * make inline * always break lines for template declarations * print absolute paths for errors * remove exclusion sets api * consistent naming * fix windows ci * tidy up * dont start server in constructor --------- Co-authored-by: Leon Vack <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.