-
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
Merge fasttrips branch into master #35
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
1. attach (x,y) coordinates to Nodes contained in TransitNetworks' TransitLines 2. read transit travel times from loaded hwy networks and store them in TransitLines 3. write fast-trips style shapes.txt and stop_times.txt Signed-off-by: Drew <[email protected]>
…s-style network Signed-off-by: Drew <[email protected]>
… the last node. in writeFastTrips_StopTimes, several bug/logical fixes. Signed-off-by: Drew <[email protected]>
…assing args to writeFastTrips_StopTimes. Signed-off-by: Drew <[email protected]>
and have it write both `trips` file and `stop_times` file because both use the same trip_id. Signed-off-by: Drew <[email protected]>
…_times.txt Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
…are classes to correspond with CHAMP fare types. Also includes script to test fares. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
First stab at logic to build zones... working version. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
to test whether one list is a subset of another list. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Revise logic to set fare_id. Added class fastTripsFare. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Revert to old __cmp__ method. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
…il stops that don't have PNRs Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
…o longer needed. Signed-off-by: Drew <[email protected]>
… "hard" pnrs don't exist Signed-off-by: Drew <[email protected]>
…access and drive funnel Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
…id to None and capacity to 100 Signed-off-by: Drew <[email protected]>
…ot_id otherwise. Signed-off-by: Drew <[email protected]>
…links from each SFTAZ to each KNR for each time period. Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Fasttrips v0.3 and beyond
Signed-off-by: Drew <[email protected]>
Signed-off-by: Drew <[email protected]>
Minor updates
Signed-off-by: Drew Cooper <[email protected]>
Add readme.txt
Signed-off-by: Drew Cooper <[email protected]>
Move readme to root, and update
Signed-off-by: Drew Cooper <[email protected]>
Signed-off-by: Drew Cooper <[email protected]>
Signed-off-by: Drew Cooper <[email protected]>
Some documentation updates to the fasttrips branch
Adjust links to other parts of SHRP2 project
@sdrewc -- Is this PR actually ready to go? (It's not assigned to anyone for review.) I know @e-lo is too busy with other things right now, but if @bhargavasana has time to check the changes, we could try to close-out this loose end after all. Thoughts? |
@ddorinson it is not, yet. I am doing some QC to ensure that the core functions of NetworkWrangler work with this PR. So far so good, but not quite done yet. |
Okay, that's what I thought. I just refreshed page and saw a bunch of new work I had missed earlier in the week, so just wanted to be sure. Thx. |
To add network-building tips from Jayne: https://app.asana.com/0/25343934930900/27772973004063
No description provided.