Skip to content

Commit

Permalink
finish running gtfs funnel, uncomment makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Dec 19, 2024
1 parent 1c0b622 commit 5a0218e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gtfs_funnel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ monthly_scheduled_data:
python concatenate_monthly_scheduled_service.py

funnel_gtfs_single_day:
# make download_gtfs_data
# make preprocess_schedule_vp_dependency
make download_gtfs_data
make preprocess_schedule_vp_dependency
make preprocess_vp
make preprocess_schedule_only
make timeseries_preprocessing
#make monthly_scheduled_data

all:
# make funnel_gtfs_single_day
make funnel_gtfs_single_day
# update open_data/update_vars.py
# cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
cd ../open_data/ && make create_gtfs_schedule_geospatial_open_data -f Makefile
# update high_quality_transit_areas/update_vars.py
# cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
cd ../high_quality_transit_areas/ && make hqta_data -f Makefile
# update rt_segment_speeds/segment_speed_utils/project_vars.py
cd ../rt_segment_speeds/scripts/ && make all_speeds_pipeline -f Makefile && cd ../../
# update rt_scheduled_v_ran/scripts/update_vars.py
Expand Down
1 change: 1 addition & 0 deletions rt_scheduled_v_ran/logs/rt_v_scheduled_route_metrics.log
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@
2024-10-23 09:50:18.482 | INFO | __main__:route_metrics:85 - route aggregation 2024-10-20: 0:00:02.442012
2024-11-20 10:54:08.184 | INFO | __main__:route_metrics:85 - route aggregation 2024-11-13: 0:00:05.430277
2024-12-17 15:40:02.618 | INFO | __main__:route_metrics:85 - route aggregation 2024-12-11: 0:00:02.999985
2024-12-19 09:53:33.513 | INFO | __main__:route_metrics:85 - route aggregation 2024-12-11: 0:00:03.161056
3 changes: 3 additions & 0 deletions rt_scheduled_v_ran/logs/rt_v_scheduled_trip_metrics.log
Original file line number Diff line number Diff line change
Expand Up @@ -480,3 +480,6 @@
2024-12-17 15:14:01.357 | INFO | __main__:rt_schedule_trip_metrics:280 - tabular trip metrics 2024-12-11: 0:02:50.826842
2024-12-17 15:38:16.518 | INFO | __main__:rt_schedule_trip_metrics:285 - spatial trip metrics 2024-12-11: 0:24:15.160640
2024-12-17 15:39:42.245 | INFO | __main__:rt_schedule_trip_metrics:333 - Total run time for metrics on 2024-12-11: 0:28:31.715344
2024-12-19 09:26:56.119 | INFO | __main__:rt_schedule_trip_metrics:280 - tabular trip metrics 2024-12-11: 0:03:23.206651
2024-12-19 09:51:46.617 | INFO | __main__:rt_schedule_trip_metrics:285 - spatial trip metrics 2024-12-11: 0:24:50.497597
2024-12-19 09:53:04.131 | INFO | __main__:rt_schedule_trip_metrics:333 - Total run time for metrics on 2024-12-11: 0:29:31.218478
4 changes: 2 additions & 2 deletions rt_segment_speeds/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ prep_roads:
python proxy_road_stop_times.py

speeds_pipeline:
# make segmentize
# python pipeline_segment_speeds.py
make segmentize
python pipeline_segment_speeds.py
python average_segment_speeds.py

rt_stop_times_pipeline:
Expand Down

0 comments on commit 5a0218e

Please sign in to comment.