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

Feature/time aware transit networks #87

Merged
merged 39 commits into from
May 19, 2021

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    e8a2bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed05642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    823a80b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a2016 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e86b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    295cdc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56d6602 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8201d7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c436e5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b87161b View commit details
    Browse the repository at this point in the history
  11. dont allow overwrite_existing_stop_times_int and use_existing_stop_ti…

    …mes_int to both be True for clarity
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    597709c View commit details
    Browse the repository at this point in the history
  12. add prints to clarify when overwrite_existing_stop_times_int or use_e…

    …xisting_stop_times_int are used, remove ValueError that can never happen
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0f08cc5 View commit details
    Browse the repository at this point in the history
  13. only print if applicable

    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    174ba1e View commit details
    Browse the repository at this point in the history
  14. add specific ValueError when interpolator sees duplicate stop_sequenc…

    …e and unique_trip_id records to aid in debugging
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b5ced24 View commit details
    Browse the repository at this point in the history
  15. refactor section that uses _check_if_index_name_in_cols() for clarity…

    … and fix rare case where index was removed before merge
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a97f92b View commit details
    Browse the repository at this point in the history
  16. update docstring

    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b84c46f View commit details
    Browse the repository at this point in the history
  17. refactor edge_impedance_by_route_type(): simplify function, update to…

    … accept new GTFS modes 11 and 12, validate inputs, update docstring, add prints
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e229887 View commit details
    Browse the repository at this point in the history
  18. refactor save_processed_gtfs_data(): simplify function, add prints, a…

    …dd calendar and calendar_dates as optional tables
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    03227ab View commit details
    Browse the repository at this point in the history
  19. refactor load_processed_gtfs_data(): simplify function, add prints, a…

    …dd calendar and calendar_dates as optional tables
    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    832de7a View commit details
    Browse the repository at this point in the history
  20. improve print, add TODO

    sablanchard committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    106c422 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    122e71b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5ed3813 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. fix minor typos

    sablanchard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    01ccf72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b5065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9295484 View commit details
    Browse the repository at this point in the history
  4. debug travis

    sablanchard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    566a6ba View commit details
    Browse the repository at this point in the history
  5. fix travis

    sablanchard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0a7ca7d View commit details
    Browse the repository at this point in the history
  6. debug travis py3.5 issue

    sablanchard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ef3482f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    f4068f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c00a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb401f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c6883 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    cc9a6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a86a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    766eb72 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    sablanchard committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2e530de View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. change timerange_pad from int for a hr -> str for a 24 hr clock to su…

    …pport partial hr time pad values
    sablanchard committed May 18, 2021
    Configuration menu
    Copy the full SHA
    07540c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feature/time-aware-transit-networks

    # Conflicts:
    #	urbanaccess/gtfs/network.py
    #	urbanaccess/tests/test_gtfs_network.py
    sablanchard committed May 18, 2021
    Configuration menu
    Copy the full SHA
    32d03da View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    35a0d0b View commit details
    Browse the repository at this point in the history