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

overrides and fasttrips bug fixes #15

Merged
merged 10 commits into from
Feb 6, 2016
Merged

Conversation

sdrewc
Copy link
Member

@sdrewc sdrewc commented Feb 6, 2016

This pull request does 2 things:

  1. Allows NetworkWrangler modules to be overridden by user-created versions. This is meant to be used for WranglerLookups and Regexes, where other modeling environments may have different time periods, transit line name conventions, etc. that a user may want to replace.
  2. Several bug fixes for recent fasttrips run issues.

…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]>
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]>
2. Move imports to allow user to designate Overrides for Wrangler modules
3. Write calendar

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
@sdrewc sdrewc merged commit c2a8d6f into sfcta:fasttrips Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant