Skip to content

Commit a06c630

Browse files
committed
clear makefile comments
1 parent 19a177e commit a06c630

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gtfs_funnel/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ monthly_scheduled_data:
3939
python concatenate_monthly_scheduled_service.py
4040

4141
funnel_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

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

rt_segment_speeds/scripts/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Cut segments
22
segmentize:
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

77
rt_stop_times_pipeline:
88
make segmentize

0 commit comments

Comments
 (0)