File tree 2 files changed +4
-3
lines changed
_shared_utils/shared_utils
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 61
61
"jan2025" : "2025-01-15" ,
62
62
"feb2025" : "2025-02-12" ,
63
63
"mar2025" : "2025-03-12" ,
64
+ "apr2025" : "2025-04-16" ,
64
65
}
65
66
66
67
years_available = list (range (2023 , datetime .datetime .now ().year + 1 ))
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ funnel_gtfs_single_day:
47
47
# make monthly_scheduled_data
48
48
49
49
all :
50
- # make funnel_gtfs_single_day
50
+ make funnel_gtfs_single_day
51
51
# 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
53
53
# 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
55
55
# update rt_segment_speeds/segment_speed_utils/project_vars.py
56
56
cd ../rt_segment_speeds/scripts/ && make all_speeds_pipeline -f Makefile && cd ../../
57
57
# update rt_scheduled_v_ran/scripts/update_vars.py
You can’t perform that action at this time.
0 commit comments