-
Notifications
You must be signed in to change notification settings - Fork 10
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
overrides and fasttrips bug fixes #15
Merged
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
…as added for fasttrips but could be useful for CHAMP networks or other apps in general, and that stuff was left as part of TransitLine Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
2. Add price conversion parameter to allow user to convert dollars/cents, adjust for inflation, etc 3. Add Regexes. prefix to defined Regexes 4. Rename fr_name -> from_name fr_desc -> from_desc fr_mode -> from_mode fr_type -> from_type 5. Add transfer_rule / is_flat_fee logic 6. Allow for deterministic setting of first departure time 7. Fix BUSTIME calculation bug 8. Fix stop_time bug where non-stop nodes were written as stops
2. Move TimeStringToCHAMPTimePeriod to HelperFunctions Signed-off-by: Drew <[email protected]>
2. Implement psuedo_random vs deterministic first departure option 3. Write URL and timezone in agencies file 4. Create and write calendar file 5. Split transfers and transfers_ft Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
2. Move imports to allow user to designate Overrides for Wrangler modules 3. Write calendar Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
2. Bug fix: stopped writing out walk access links that end at support nodes 3. Fixed time format in drive_access.txt Signed-off-by: Drew <[email protected]>
sdrewc
added a commit
that referenced
this pull request
Feb 6, 2016
overrides and fasttrips bug fixes
This was referenced Feb 6, 2016
Closed
Closed
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.
This pull request does 2 things: