Skip to content

arosh/naist-bus-schedule

Repository files navigation

NAIST Bus Schedule

http://www.naist.jp/accessmap/

How to contribute

I noticed that the timetable is out of date.

Your contribution is welcome.

What should I do?

Edit the CSV files under resources directory. The first column in each row represents the hour, and the others represent the minutes. #34 is a good example.

Why does the original author use such a ridiculous CSV format?

Well... Nara Kotsu's latest system provides timetable data in PDF format, whereas the previous system provided it in an HTML table format. In those days, HTML tables could be converted to machine-readable CSVs by formatting them in Excel or Google Spreadsheets. It was the easiest way to obtain machine-readable timetable data without complicated parsing programs. Since Nara Kotsu upgraded the timetable system, the original author understands that this format is no longer useful.

Should I include data.json in the PR?

No. #32 includes data.json in the PR, but it is no longer needed. GitHub Actions now automatically generate it.

Contributors

  • @speedcell4 added timetables between Tomigaoka station and NAIST.
  • @keichi updated the timetable to the latest in Apr. 2020.
  • @kumahika updated the timetable to the latest in Jun. 2020.
  • @tsubakittr updated the timetable to the latest in Nov. 2021.
  • @lfyao fixed mistakes in the timetables.

License