-
Notifications
You must be signed in to change notification settings - Fork 6
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
Align speeds scripts part 1 (stop_segments tested for Jul 2024) / Jul open data part 1 #1187
Merged
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
tiffanychu90
changed the title
Align speeds scripts
Align speeds scripts part 1 (stop_segments tested for Jul 2024)
Jul 24, 2024
tiffanychu90
changed the title
Align speeds scripts part 1 (stop_segments tested for Jul 2024)
Align speeds scripts part 1 (stop_segments tested for Jul 2024) / Jul open data part 1
Jul 24, 2024
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.
gtfs_funnel
vp dwell time
vp_condenser.py
gtfs_funnel/crosswalk_gtfs_dataset_key_to_organization.py
segment speeds
gtfs_analytics_data.yml
and use existing file paths to overwrite, add new file paths where necessaryvp_around_stops
used for Big Blue Bus is not performant.map_partitions
also takes about an hourrt_stop_times
-- needs further investigation because speedmap segments depends onrt_stop_times
(trip-stop grain) and makes that grain even more granularnew_nearest_10
-->nearest_vp_to_stop
: this should replacestage2
and overwrite files completely -- tested onstop_segments / jul date
new_narrow_to_2
-->vp_around_stops
: this is a new stage and creates new files and should probably be saved asstage2b
-- tested onstop_segments / jul date
new_interpolate
-->interpolate_stop_arrivals
: this should replacestage3
and overwrite files completely -- tested onstop_segments / jul date
quick_bbb_speeds
-->stop_arrivals_to_speeds
,average_segment_speeds
these should overwrite files completelygtfs_schedule_wrangling.merge_operator_identifiers
to support kwargs, so we can return what we want -- crosswalk now outputs a lot of columns we don't necessarily want to use everywherehelpers.import_schedule_gtfs_key_organization_crosswalk
should be checked and surfaced soon after the changehqta
scripts for thispipe.py
--> usepipeline_[segment_type].py
insteadopen_data/link_operator_to_county_district.py
-- unusedsegment_speeds
pipeline scripts to use vp with dwell time #1183open data
gtfs_funnel
,hqta
,open_data
scripts for Jul 2024