-
Notifications
You must be signed in to change notification settings - Fork 0
51 create UI + version stabilization #61
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
78e175e
#51 script to generate pre-processed data for GTFShift web dashboard …
gmatosferreira 4b07d87
#51 #25 fix on osm_bus_lanes query when psv or bus osm tags do not exist
gmatosferreira 10e15be
#51 #23 osm_shapes_to_routes improved feedback on routes not matches …
gmatosferreira 5889298
#51 #33 get_way_frequency_hourly improved to return routes info
gmatosferreira bc71e26
Merge branch 'refs/heads/main' into 51-create-ui
gmatosferreira c783bf1
#51 web_version script improved to include rt-data
gmatosferreira 1d5fe14
#51 #45 rt_collect methods renamed for better consistency
gmatosferreira 2b098d7
#51 docs typo fix
gmatosferreira 98cc905
#51 README rt simplified and key functions extended with latest devel…
gmatosferreira 8e59693
#51 #38 article prioritize updated to refer network continuity + prio…
gmatosferreira 80fa8cc
#51 #45 article rt map visualization improved
gmatosferreira de129a9
#51 #38 prioritize_lanes n_lanes_direction calculations fix to avoid …
gmatosferreira 78cec3f
#51 dev/web_version script extended to produce metadata for dashboard…
gmatosferreira a34001e
#51 #42 fixing conceptual assumption that a trip's first stop has sto…
gmatosferreira 00e7752
#51 dev/web_version metadata improved
gmatosferreira 5176090
#51 README and get started reviewed and extended with web dashboard i…
gmatosferreira f776b88
pkgdown updated with GTFShift image
gmatosferreira afbc382
pkgdown navbar extended with dashboard entry
gmatosferreira 9b8328b
small fixed after copilot revision
gmatosferreira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you add a deprecated
rt_collect()wrapper for backwards compatibility, it also needs to remain exported here (currently onlyrt_collect_jsonis exported). Otherwise, existing code callingGTFShift::rt_collect()will fail after updating.