Skip to content

Commit

Permalink
Produce new Winter quarter GTFS static
Browse files Browse the repository at this point in the history
Also updated README with a cheeky message
  • Loading branch information
kylerchin committed Jan 7, 2024
1 parent 36bce06 commit dc95ee9
Show file tree
Hide file tree
Showing 13 changed files with 364 additions and 1,291 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cargo run --bin processstatic

3. Zip the folder `anteater_gtfs` with no underlying folder inside the final zip

```bash
zip -r anteater_express.zip anteater_express/
```

Now your Anteater static file is done!

# Notes
Expand Down Expand Up @@ -41,8 +45,8 @@ Leave field empty: Algorithm estimates

# Motivation

I have no life and I want this data to show up on the rest of the Catenary
I want this data to show up on the rest of the Catenary

### Extra notes

ASUCI is a bunch of stupid losers.
If ASUCI poisons my lunch, let's just say I won't be surprised.
Binary file added anteater_express.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion anteater_gtfs/calendar.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date
monthurs,1,1,1,1,1,1,1,20230925,20231215
fri,0,0,0,0,1,0,0,20230925,20231215
fri,0,0,0,0,1,0,0,20240108,20240322
5 changes: 2 additions & 3 deletions anteater_gtfs/calendar_dates.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
service_id,date,exception_type
fri,20231110,2
monthurs,20231123,2
fri,20231124,2
monthurs,20240115,2
monthurs,20240219,2
Loading

0 comments on commit dc95ee9

Please sign in to comment.