From a5baf6c211e7d5e55497f3cca02dcde431bf1b03 Mon Sep 17 00:00:00 2001 From: tiffanychu90 Date: Fri, 27 Dec 2024 22:13:25 +0000 Subject: [PATCH] add oct2024 to readme table --- gtfs_funnel/README.md | 2 +- gtfs_funnel/mermaid.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtfs_funnel/README.md b/gtfs_funnel/README.md index 9ef241385..10121d69e 100644 --- a/gtfs_funnel/README.md +++ b/gtfs_funnel/README.md @@ -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
[rt_dates.py](../_shared_utils/shared_utils/rt_dates.py) | Mar 2023 - present | downloaded schedule tables (trips, shapes, stops, stop_times)
downloaded vehicle positions (vp)

`gtfs_funnel`: intermediate outputs for schedule and vp
* crosswalk
* schedule only metrics related to service availability
* operator aggregated metrics from schedule data
* route typologies


`rt_segment_speeds`: vp interpreted as speeds against
various segment types
* segment types:
(1) `stop segments` (shape-stop segments,
most common shape selected for a route-direction and all
trips aggregated to that shape)
(2) `rt_stop_times` (trip-stop segments, most granular,
cannot be aggregated, but used for rt_stop_times table)
(3) `speedmap segments`
(4) `road segments` (1 km road segments with all
transit across operators aggregated to the same physical
road space, currently WIP)
* interpolated stop arrivals
* speeds by trip
* segment and summary speeds for single day

`rt_vs_schedule`:
* RT vs schedule metrics
* rt_stop_times table (companion to scheduled stop_times)

`gtfs_digest`:
* downstream data product using all the outputs created in
gtfs_funnel, rt_segment_speeds, rt_vs_schedule. | -| Full Week for Weekly Averages
April / October each year | Apr 2023
Oct 2023
Apr 2024 | rt_segment_speeds:
* segment and summary speeds for a week

gtfs_digest
* service hours by hour for weekday / Saturday / Sunday | +| Full Week for Weekly Averages
April / October each year | Apr 2023
Oct 2023
Apr 2024
Oct 2024 | rt_segment_speeds:
* segment and summary speeds for a week

gtfs_digest
* service hours by hour for weekday / Saturday / Sunday | | | | | \ No newline at end of file diff --git a/gtfs_funnel/mermaid.md b/gtfs_funnel/mermaid.md index 1f002d51f..0cfd40ce0 100644 --- a/gtfs_funnel/mermaid.md +++ b/gtfs_funnel/mermaid.md @@ -126,7 +126,7 @@ flowchart TB end subgraph RT stop_times - J(segment_type=rt_stop_times):::segmentType --> + J(segment_type=rt_stop_times
speedmap_segments):::segmentType --> C; E --> K([average_summary_speeds.py]):::script --> L[rollup_singleday/rollup_multiday