Skip to content

Commit 1b1f3a9

Browse files
committed
start running rest of funnel on Hub
1 parent ba41c48 commit 1b1f3a9

16 files changed

+56
-13
lines changed

gtfs_funnel/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ monthly_scheduled_data:
4141
python concatenate_monthly_scheduled_service.py
4242

4343
funnel_gtfs_single_day:
44-
make download_gtfs_data
44+
# make download_gtfs_data
4545
make preprocess_schedule_vp_dependency
4646
make preprocess_vp
4747
make preprocess_schedule_only
@@ -51,9 +51,9 @@ funnel_gtfs_single_day:
5151
all:
5252
make funnel_gtfs_single_day
5353
# update open_data/update_vars.py
54-
cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
54+
# cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
5555
# update high_quality_transit_areas/update_vars.py
56-
cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
56+
# cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
5757
# update rt_segment_speeds/segment_speed_utils/project_vars.py
5858
cd ../rt_segment_speeds/scripts/ && make all_speeds_pipeline -f Makefile && cd ../../
5959
# update rt_scheduled_v_ran/scripts/update_vars.py

gtfs_funnel/logs/preprocessing.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
2025-10-01 08:48:28.079 | INFO | __main__:assemble_stop_times_with_direction:274 - scheduled stop times with direction 2025-09-24: 0:07:30.478709
1212
2025-10-01 09:06:37.933 | INFO | __main__:assemble_stop_times_with_direction:274 - scheduled stop times with direction 2025-09-24: 0:07:26.845928
1313
2025-10-10 14:46:55.865 | INFO | __main__:assemble_stop_times_with_direction:274 - scheduled stop times with direction 2025-08-20: 0:07:46.742330
14+
2025-10-19 16:42:08.177 | INFO | __main__:assemble_stop_times_with_direction:274 - scheduled stop times with direction 2025-09-23: 0:07:52.345224
15+
2025-10-19 19:50:07.202 | INFO | __main__:assemble_stop_times_with_direction:274 - scheduled stop times with direction 2025-09-25: 0:08:13.800359

gtfs_funnel/logs/vp_preprocessing.log

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,23 @@
180180
2025-10-10 15:11:01.820 | INFO | __main__:<module>:222 - unmerged vp with dwell time 2025-08-20: 0:05:07.421247
181181
2025-10-10 15:13:15.780 | INFO | __main__:<module>:63 - merge with original and export: 0:01:46.218647
182182
2025-10-10 15:23:38.753 | INFO | __main__:<module>:81 - 2025-08-20: condense vp for trip 0:09:55.368682
183+
2025-10-19 16:46:01.539 | INFO | __main__:pare_down_to_valid_trips:92 - pare down vp: 0:02:16.171725
184+
2025-10-19 16:46:09.167 | INFO | __main__:<module>:116 - 2025-09-23: pare down vp execution time: 0:02:23.800239
185+
2025-10-19 16:57:54.907 | INFO | __main__:get_vp_direction_column:62 - export vp direction: 0:11:16.744822
186+
2025-10-19 16:58:02.652 | INFO | __main__:merge_in_vp_direction:80 - read vp_direction
187+
2025-10-19 16:59:36.015 | INFO | __main__:merge_in_vp_direction:108 - 2025-09-23: export usable vp with direction: 0:01:37.294967
188+
2025-10-19 16:59:36.394 | INFO | __main__:<module>:131 - 2025-09-23: pare down vp, add direction execution time: 0:12:58.231986
189+
2025-10-19 17:04:56.876 | INFO | __main__:<module>:215 - compute dwell df: 0:04:16.442982
190+
2025-10-19 17:05:12.991 | INFO | __main__:<module>:222 - unmerged vp with dwell time 2025-09-23: 0:04:32.557844
191+
2025-10-19 17:07:20.234 | INFO | __main__:<module>:63 - merge with original and export: 0:01:38.834154
192+
2025-10-19 17:17:12.253 | INFO | __main__:<module>:81 - 2025-09-23: condense vp for trip 0:09:24.836720
193+
2025-10-19 19:53:40.064 | INFO | __main__:pare_down_to_valid_trips:92 - pare down vp: 0:02:11.361348
194+
2025-10-19 19:53:47.653 | INFO | __main__:<module>:116 - 2025-09-25: pare down vp execution time: 0:02:18.950647
195+
2025-10-19 20:05:44.783 | INFO | __main__:get_vp_direction_column:62 - export vp direction: 0:11:28.582611
196+
2025-10-19 20:05:52.351 | INFO | __main__:merge_in_vp_direction:80 - read vp_direction
197+
2025-10-19 20:07:39.925 | INFO | __main__:merge_in_vp_direction:108 - 2025-09-25: export usable vp with direction: 0:01:51.765946
198+
2025-10-19 20:07:40.326 | INFO | __main__:<module>:131 - 2025-09-25: pare down vp, add direction execution time: 0:13:24.125328
199+
2025-10-19 20:12:51.976 | INFO | __main__:<module>:215 - compute dwell df: 0:04:08.660077
200+
2025-10-19 20:13:08.552 | INFO | __main__:<module>:222 - unmerged vp with dwell time 2025-09-25: 0:04:25.236793
201+
2025-10-19 20:15:16.353 | INFO | __main__:<module>:63 - merge with original and export: 0:01:40.013100
202+
2025-10-19 20:25:51.892 | INFO | __main__:<module>:81 - 2025-09-25: condense vp for trip 0:10:08.297769

gtfs_funnel/published_operators.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
- Foothill Schedule
1919
2025-08-20:
2020
- Bear Schedule
21-
- Victor Valley Schedule
2221
- eTrans Schedule
2322
- Roseville Transit GMV Schedule
24-
- StanRTA Schedule
2523
2025-09-24:
24+
- San Juan Capistrano Trolley Schedule
25+
- Culver City Schedule
26+
2025-10-15:
27+
- Yolobus Schedule
2628
- Santa Ynez Mecatran Schedule
2729
- SLO Peak Transit Schedule
2830
- GET Schedule
2931
- Flixbus Schedule
3032
- Tracy Schedule
3133
- San Joaquin Schedule
32-
- San Juan Capistrano Trolley Schedule
3334
- Tahoe Transportation District GMV Schedule
3435
- Merced GMV Schedule
3536
- Torrance Schedule
@@ -46,7 +47,6 @@
4647
- Inglewood Schedule
4748
- Lompoc Schedule
4849
- Get Around Town Express Schedule
49-
- Culver City Schedule
5050
- Alhambra Schedule
5151
- Antelope Valley Transit Authority Schedule
5252
- Big Blue Bus Schedule
@@ -64,7 +64,6 @@
6464
- Riverside Schedule
6565
- WeHo Schedule
6666
- Go West Schedule
67-
- Yolobus Schedule
6867
- Yuma Schedule
6968
- San Diego International Airport Shuttles Schedule
7069
- Bay Area 511 Tri Delta Schedule
@@ -106,6 +105,7 @@
106105
- Bay Area 511 Vine Transit Schedule
107106
- Bay Area 511 WestCAT Schedule
108107
- Bay Area 511 Tri-Valley Wheels Schedule
108+
- Victor Valley Schedule
109109
- SLO Schedule
110110
- Santa Clarita Schedule
111111
- Anaheim Resort Schedule
@@ -155,20 +155,22 @@
155155
- Plumas Schedule
156156
- Palos Verdes PTA Schedule
157157
- County Express Schedule
158-
- Sage Stage Schedule
159158
- Siskiyou Schedule
160159
- Santa Cruz Schedule
161160
- DowneyLink Avail Schedule
162161
- Dana Point Trolley Schedule
163162
- Long Beach Schedule
164163
- Fresno Schedule
165164
- LA Metro Bus Schedule
165+
- Sage Stage Schedule
166166
- LA Metro Rail Schedule
167167
- VCTC GMV Schedule
168168
- Glendale Schedule
169169
- Artesia Schedule
170170
- Maywood Schedule
171+
- Yurok Schedule
171172
- Tuolumne Remix Schedule
173+
- Bellflower Remix Schedule
172174
- eTrans Schedule Remix
173175
- SunLine Avail Schedule
174176
- Roseville Schedule
@@ -195,6 +197,7 @@
195197
- B-Line Schedule
196198
- Redding Schedule
197199
- Carson Circuit Schedule
200+
- El Monte RTAP Schedule
198201
- Fresno County Schedule
199202
- Beach Cities GMV Schedule
200203
- Basin Transit GMV Schedule
@@ -208,7 +211,7 @@
208211
- SBMTD Schedule
209212
- SLORTA Schedule
210213
- Santa Maria Schedule
211-
- Yurok Schedule
214+
- StanRTA Schedule
212215
- Metrolink Schedule
213216
2024-02-14:
214217
- Rosemead Schedule

gtfs_funnel/update_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
apr2024_week + oct2024_week + apr2025_week
1212
)
1313

14-
analysis_date_list = [rt_dates.DATES['oct2025b']]
14+
analysis_date_list = [rt_dates.DATES['sep2025b']]
1515

1616

1717
GTFS_DATA_DICT = catalog_utils.get_catalog("gtfs_analytics_data")

rt_scheduled_v_ran/logs/rt_v_scheduled_operator_metrics.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
2025-07-17 14:56:07.777 | INFO | __main__:operator_metrics:46 - operator aggregation 2025-07-16: 0:00:01.650595
1111
2025-10-02 12:50:50.002 | INFO | __main__:operator_metrics:46 - operator aggregation 2025-09-24: 0:00:01.654268
1212
2025-10-12 22:27:26.134 | INFO | __main__:operator_metrics:46 - operator aggregation 2025-08-20: 0:00:01.665938
13+
2025-10-19 19:35:46.966 | INFO | __main__:operator_metrics:46 - operator aggregation 2025-09-23: 0:00:01.475094

rt_scheduled_v_ran/logs/rt_v_scheduled_route_metrics.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
2025-07-17 14:55:40.887 | INFO | __main__:route_metrics:86 - route aggregation 2025-07-16: 0:00:02.672922
1010
2025-10-02 12:50:09.859 | INFO | __main__:route_metrics:86 - route aggregation 2025-09-24: 0:00:02.639320
1111
2025-10-12 22:26:47.004 | INFO | __main__:route_metrics:86 - route aggregation 2025-08-20: 0:00:02.557894
12+
2025-10-19 19:35:11.024 | INFO | __main__:route_metrics:86 - route aggregation 2025-09-23: 0:00:03.019200

rt_scheduled_v_ran/logs/rt_v_scheduled_trip_metrics.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@
4747
2025-10-12 22:20:29.867 | INFO | __main__:rt_schedule_trip_metrics:281 - tabular trip metrics 2025-08-20: 0:02:44.651993
4848
2025-10-12 22:25:00.433 | INFO | __main__:rt_schedule_trip_metrics:286 - spatial trip metrics 2025-08-20: 0:04:30.566491
4949
2025-10-12 22:26:17.936 | INFO | __main__:rt_schedule_trip_metrics:335 - Total run time for metrics on 2025-08-20: 0:08:32.721669
50+
2025-10-19 19:27:28.707 | INFO | __main__:rt_schedule_trip_metrics:281 - tabular trip metrics 2025-09-23: 0:02:50.849612
51+
2025-10-19 19:33:21.379 | INFO | __main__:rt_schedule_trip_metrics:286 - spatial trip metrics 2025-09-23: 0:05:52.671274
52+
2025-10-19 19:34:28.624 | INFO | __main__:rt_schedule_trip_metrics:335 - Total run time for metrics on 2025-09-23: 0:09:50.766167

rt_scheduled_v_ran/scripts/update_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
oct2024_week = rt_dates.get_week("oct2024", exclude_wed=True)
88

99

10-
analysis_date_list = [rt_dates.DATES["aug2025"]]
10+
analysis_date_list = [rt_dates.DATES["sep2025b"]]
1111

1212
GTFS_DATA_DICT = catalog_utils.get_catalog("gtfs_analytics_data")
1313

rt_segment_speeds/logs/avg_speeds.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@
4545
2025-10-07 13:51:43.959 | INFO | __main__:summary_speeds_by_peak_offpeak:161 - rt_stop_times summary speed averaging by peak/offpeak for 2025-09-24 execution time: 0:00:15.879254
4646
2025-10-12 21:56:30.885 | INFO | __main__:trip_summary_speeds_by_time_of_day:92 - rt_stop_times summary speed averaging by time-of-day 2025-08-20 execution time: 0:00:06.903237
4747
2025-10-12 21:56:45.216 | INFO | __main__:summary_speeds_by_peak_offpeak:161 - rt_stop_times summary speed averaging by peak/offpeak for 2025-08-20 execution time: 0:00:14.309292
48+
2025-10-19 19:00:35.874 | INFO | __main__:trip_summary_speeds_by_time_of_day:92 - rt_stop_times summary speed averaging by time-of-day 2025-09-23 execution time: 0:00:08.887894
49+
2025-10-19 19:00:51.797 | INFO | __main__:summary_speeds_by_peak_offpeak:161 - rt_stop_times summary speed averaging by peak/offpeak for 2025-09-23 execution time: 0:00:15.906525

0 commit comments

Comments
 (0)