From 6d3f8c69a8b16358145e70df1c94556943c091fc Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 30 Mar 2024 19:48:08 +0100 Subject: add template gtfs (not sure why i didn't commit this two years ago — this is just the shell of a gtfs for Ilztalbahn, but without `stop_times.txt`) --- gtfs-template/calendar.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 gtfs-template/calendar.txt (limited to 'gtfs-template/calendar.txt') diff --git a/gtfs-template/calendar.txt b/gtfs-template/calendar.txt new file mode 100755 index 0000000..64c658d --- /dev/null +++ b/gtfs-template/calendar.txt @@ -0,0 +1,3 @@ +service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date +Grundfahrplan,0,0,0,0,0,1,1,20220604,20221016 +RB,0,0,0,0,1,1,0,20230301,20230320 -- cgit v1.2.3