From 6173896080274502b9ecf522e614627aef7713ef Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Thu, 21 Nov 2024 11:24:56 -0800 Subject: [PATCH 1/3] Increased AM threshold to 45 minutes in travel time reporter --- src/main/python/AMTravelTimeReporterConfigs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 8035909ccbcf93b962d84dab4368130a1fecfa4a Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Thu, 21 Nov 2024 11:25:24 -0800 Subject: [PATCH 2/3] Increased MD threshold to 45 minutes in travel time reporter --- src/main/python/MDTravelTimeReporterConfigs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 942aefaefc2a3a555dcf34704692839f4917b957 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Thu, 21 Nov 2024 11:31:42 -0800 Subject: [PATCH 3/3] Update file names in datalake_exporter.py for transit time reporter to be within 45 minutes --- src/main/python/datalake_exporter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: