diff --git a/src/main/python/AMTravelTimeReporterConfigs.yaml b/src/main/python/AMTravelTimeReporterConfigs.yaml index 9ce62d0c2..6e86896bf 100644 --- a/src/main/python/AMTravelTimeReporterConfigs.yaml +++ b/src/main/python/AMTravelTimeReporterConfigs.yaml @@ -1,7 +1,7 @@ time_period: AM -time_threshold: 30 +time_threshold: 45 infinity: 999 -outfile: report\walkMgrasWithin30Min_AM.csv +outfile: report\walkMgrasWithin45Min_AM.csv transit_skim_matrices: # If set to True, replace values of zero with the number set as infinity WALK_LOC_XFERWALK__{}: False @@ -21,4 +21,4 @@ traffic_skim_matrices: # If set to True, replace values of zero with the number active_skim_files: maz_walk_time: maz_maz_walk.csv - maz_bike_time: maz_maz_bike.csv \ No newline at end of file + maz_bike_time: maz_maz_bike.csv diff --git a/src/main/python/MDTravelTimeReporterConfigs.yaml b/src/main/python/MDTravelTimeReporterConfigs.yaml index 3cefbe986..30f130802 100644 --- a/src/main/python/MDTravelTimeReporterConfigs.yaml +++ b/src/main/python/MDTravelTimeReporterConfigs.yaml @@ -1,7 +1,7 @@ time_period: MD -time_threshold: 30 +time_threshold: 45 infinity: 999 -outfile: report\walkMgrasWithin30Min_MD.csv +outfile: report\walkMgrasWithin45Min_MD.csv transit_skim_matrices: # If set to True, replace values of zero with the number set as infinity WALK_LOC_XFERWALK__{}: False @@ -21,4 +21,4 @@ traffic_skim_matrices: # If set to True, replace values of zero with the number active_skim_files: maz_walk_time: maz_maz_walk.csv - maz_bike_time: maz_maz_bike.csv \ No newline at end of file + maz_bike_time: maz_maz_bike.csv diff --git a/src/main/python/datalake_exporter.py b/src/main/python/datalake_exporter.py index 436faf256..851b7fc14 100644 --- a/src/main/python/datalake_exporter.py +++ b/src/main/python/datalake_exporter.py @@ -235,8 +235,8 @@ def write_to_datalake(output_path, models, exclude, env): os.path.abspath(os.path.join(output_path, '..', 'input', 'zone_term.csv')), os.path.abspath(os.path.join(output_path, '..', 'input', 'trlink.csv')), os.path.join(output_path, 'bikeMgraLogsum.csv'), - os.path.join(report_path, 'walkMgrasWithin30Min_AM.csv'), - os.path.join(report_path, 'walkMgrasWithin30Min_MD.csv') + os.path.join(report_path, 'walkMgrasWithin45Min_AM.csv'), + os.path.join(report_path, 'walkMgrasWithin45Min_MD.csv') ] for file in other_files: try: