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
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e8a2bb0
update contribution guidelines
sablanchard Apr 1, 2021
ed05642
minor formatting, updates to docstrings, and prints for clarity
sablanchard Apr 1, 2021
823a80b
replace '{}/{}'.format() -> os.path.join()
sablanchard Apr 1, 2021
02a2016
address TODO to simplify read HDF5 store key print
sablanchard Apr 1, 2021
e0e86b0
add prints for saving and loading HDF5 files and minor updates to pri…
sablanchard Apr 1, 2021
295cdc9
address YAMLLoadWarning by replacing yaml.load(f) -> yaml.safe_load(f)
sablanchard Apr 1, 2021
56d6602
ensure lists and DFs are returned in correct sort order for unit tests
sablanchard Apr 1, 2021
8201d7d
minor formatting, print updates for simplification, and docstring upd…
sablanchard Apr 1, 2021
c436e5a
minor formatting, prints, and docstring updates
sablanchard Apr 1, 2021
b87161b
move time range value check to its own function _check_time_range_for…
sablanchard Apr 1, 2021
597709c
dont allow overwrite_existing_stop_times_int and use_existing_stop_ti…
sablanchard Apr 1, 2021
0f08cc5
add prints to clarify when overwrite_existing_stop_times_int or use_e…
sablanchard Apr 1, 2021
174ba1e
only print if applicable
sablanchard Apr 1, 2021
b5ced24
add specific ValueError when interpolator sees duplicate stop_sequenc…
sablanchard Apr 1, 2021
a97f92b
refactor section that uses _check_if_index_name_in_cols() for clarity…
sablanchard Apr 1, 2021
b84c46f
update docstring
sablanchard Apr 1, 2021
e229887
refactor edge_impedance_by_route_type(): simplify function, update to…
sablanchard Apr 1, 2021
03227ab
refactor save_processed_gtfs_data(): simplify function, add prints, a…
sablanchard Apr 1, 2021
832de7a
refactor load_processed_gtfs_data(): simplify function, add prints, a…
sablanchard Apr 1, 2021
106c422
improve print, add TODO
sablanchard Apr 1, 2021
122e71b
remove TODO as print is accurate in what its counting
sablanchard Apr 1, 2021
5ed3813
add new unit tests to gtfs.network.gtfs_network, update existing, exp…
sablanchard Apr 1, 2021
01ccf72
fix minor typos
sablanchard Apr 2, 2021
b2b5065
pycodestyle fixes and unit test update
sablanchard Apr 2, 2021
9295484
debug travis, add run time profile to test
sablanchard Apr 2, 2021
566a6ba
debug travis
sablanchard Apr 2, 2021
0a7ca7d
fix travis
sablanchard Apr 2, 2021
ef3482f
debug travis py3.5 issue
sablanchard Apr 2, 2021
f4068f8
add time pad functionality, change time selector > to >= and < to <=
sablanchard Apr 6, 2021
60c00a9
add time aware functionality
sablanchard Apr 6, 2021
cb401f5
update create_transit_net() with time pad and aware params
sablanchard Apr 6, 2021
61c6883
add unit tests for new functions
sablanchard Apr 6, 2021
cc9a6ce
remove numpy travis test fix
sablanchard Apr 23, 2021
01a86a3
keep only departure_time and arrival_time cols of interest
sablanchard Apr 23, 2021
766eb72
fix fiona issue with travis
sablanchard Apr 27, 2021
2e530de
fix formatting
sablanchard Apr 27, 2021
07540c0
change timerange_pad from int for a hr -> str for a 24 hr clock to su…
sablanchard May 18, 2021
32d03da
Merge branch 'dev' into feature/time-aware-transit-networks
sablanchard May 18, 2021
35a0d0b
drop py27 and 35 from travis
sablanchard May 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
drop py27 and 35 from travis
sablanchard committed May 19, 2021
commit 35a0d0b3ecdd9bde1ed679dc90e7dd603a08795d
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python

python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'