Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Jul 20, 2024
1 parent 2ca0c83 commit b8bf11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 4 additions & 2 deletions gtfs2gmns/func_lib/read_gtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
from gtfs2gmns.func_lib.data_convert import (determine_terminal_flag,
stop_sequence_label)
from gtfs2gmns.utility_lib import validate_time_period
from pyufunc import func_running_time, get_filenames_by_ext, path2linux, check_files_in_dir
from pyufunc import func_running_time, path2linux, check_files_in_dir


@func_running_time
def read_gtfs_single(gtfs_dir_single: str, time_period: str, required_files: list = ['agency.txt', 'stops.txt', 'routes.txt', 'trips.txt', 'stop_times.txt']) -> dict:
def read_gtfs_single(gtfs_dir_single: str,
time_period: str,
required_files: list = ['agency.txt', 'stops.txt', 'routes.txt', 'trips.txt', 'stop_times.txt']) -> dict:
"""read gtfs data from a single folder
Args:
Expand Down
12 changes: 0 additions & 12 deletions gtfs2gmns/pkg_configs.py

This file was deleted.

0 comments on commit b8bf11c

Please sign in to comment.