Skip to content

Commit

Permalink
add oct2024 to readme table
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Dec 27, 2024
1 parent df23a91 commit a5baf6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtfs_funnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Use `update_vars` and input one or several days to download.
| | | pipeline and workstream outputs available |
|---|---|---|
| Sampled Wednesdays Each Month for Time-Series<br>[rt_dates.py](../_shared_utils/shared_utils/rt_dates.py) | Mar 2023 - present | downloaded schedule tables (trips, shapes, stops, stop_times)<br>downloaded vehicle positions (vp)<br><br>`gtfs_funnel`: intermediate outputs for schedule and vp<br>* crosswalk<br>* schedule only metrics related to service availability<br>* operator aggregated metrics from schedule data<br>* route typologies<br><br><br>`rt_segment_speeds`: vp interpreted as speeds against <br>various segment types<br>* segment types: <br>(1) `stop segments` (shape-stop segments,<br>most common shape selected for a route-direction and all <br>trips aggregated to that shape)<br>(2) `rt_stop_times` (trip-stop segments, most granular, <br>cannot be aggregated, but used for rt_stop_times table)<br>(3) `speedmap segments`<br>(4) `road segments` (1 km road segments with all <br>transit across operators aggregated to the same physical <br>road space, currently WIP)<br>* interpolated stop arrivals <br>* speeds by trip<br>* segment and summary speeds for single day<br><br>`rt_vs_schedule`: <br>* RT vs schedule metrics<br>* rt_stop_times table (companion to scheduled stop_times)<br><br>`gtfs_digest`:<br>* downstream data product using all the outputs created in <br>gtfs_funnel, rt_segment_speeds, rt_vs_schedule. |
| Full Week for Weekly Averages<br>April / October each year | Apr 2023<br>Oct 2023<br>Apr 2024 | rt_segment_speeds:<br>* segment and summary speeds for a week<br><br>gtfs_digest<br>* service hours by hour for weekday / Saturday / Sunday |
| Full Week for Weekly Averages<br>April / October each year | Apr 2023<br>Oct 2023<br>Apr 2024<br>Oct 2024 | rt_segment_speeds:<br>* segment and summary speeds for a week<br><br>gtfs_digest<br>* service hours by hour for weekday / Saturday / Sunday |
| | | |
2 changes: 1 addition & 1 deletion gtfs_funnel/mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ flowchart TB
end
subgraph RT stop_times
J(segment_type=rt_stop_times):::segmentType -->
J(segment_type=rt_stop_times<br>speedmap_segments):::segmentType -->
C;
E --> K([average_summary_speeds.py]):::script -->
L[rollup_singleday/rollup_multiday
Expand Down

0 comments on commit a5baf6c

Please sign in to comment.