Skip to content

Commit 8c24af1

Browse files
committed
add april rt_date
1 parent 616e35f commit 8c24af1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_shared_utils/shared_utils/rt_dates.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"jan2025": "2025-01-15",
6262
"feb2025": "2025-02-12",
6363
"mar2025": "2025-03-12",
64+
"apr2025": "2025-04-16",
6465
}
6566

6667
years_available = list(range(2023, datetime.datetime.now().year + 1))

gtfs_funnel/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ funnel_gtfs_single_day:
4747
#make monthly_scheduled_data
4848

4949
all:
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

0 commit comments

Comments
 (0)