File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
rt_segment_speeds/scripts Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ monthly_scheduled_data:
3939 python concatenate_monthly_scheduled_service.py
4040
4141funnel_gtfs_single_day :
42- # make download_gtfs_data
43- # make preprocess_schedule_vp_dependency
44- # make preprocess_vp
42+ make download_gtfs_data
43+ make preprocess_schedule_vp_dependency
44+ make preprocess_vp
4545 make preprocess_schedule_only
4646 make timeseries_preprocessing
4747 # make monthly_scheduled_data
4848
4949all :
50- # make funnel_gtfs_single_day
50+ make funnel_gtfs_single_day
5151 # update open_data/update_vars.py
52- # cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
52+ cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
5353 # update high_quality_transit_areas/update_vars.py
54- # cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
54+ cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
5555 # update rt_segment_speeds/segment_speed_utils/project_vars.py
5656 cd ../rt_segment_speeds/scripts/ && make all_speeds_pipeline -f Makefile && cd ../../
5757 # update rt_scheduled_v_ran/scripts/update_vars.py
Original file line number Diff line number Diff line change 11# Cut segments
22segmentize :
33 # pip install -r requirements.txt
4- # python cut_stop_segments.py
5- # python cut_speedmap_segments.py
4+ python cut_stop_segments.py
5+ python cut_speedmap_segments.py
66
77rt_stop_times_pipeline :
88 make segmentize
You can’t perform that action at this time.
0 commit comments