diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-18 12:53:23 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-18 12:53:23 +0100 |
| commit | 53a592c5e116cbf6844f6b16739d00ad8fd61447 (patch) | |
| tree | b207a5f602259d5f00c64705fb87b4970b29b5fc /src/gtfs_perstop_report/rolling_dates_example.json | |
| parent | acb16ebff76bd7eb66624f7e9ca3253c478e13c9 (diff) | |
Backport date rolling for stop report
Diffstat (limited to 'src/gtfs_perstop_report/rolling_dates_example.json')
| -rw-r--r-- | src/gtfs_perstop_report/rolling_dates_example.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gtfs_perstop_report/rolling_dates_example.json b/src/gtfs_perstop_report/rolling_dates_example.json new file mode 100644 index 0000000..66525c3 --- /dev/null +++ b/src/gtfs_perstop_report/rolling_dates_example.json @@ -0,0 +1,8 @@ +{ + "2025-12-18": "2025-12-11", + "2025-12-19": "2025-12-12", + "2025-12-20": "2025-12-13", + "2025-12-21": "2025-12-14", + "2025-12-22": "2025-12-15", + "2025-12-23": "2025-12-16" +} |
