socialedge / hermes

Municipal Transport Timetable System
GNU General Public License v3.0
4 stars 0 forks source link

Implement PDF/DOCX timetable generator #140

Open wingsofovnia opened 7 years ago

wingsofovnia commented 7 years ago

The main export format of hermes will be a GTFS format. All other exports will be based on the transformation of exported GTFS package then.

The most important automation in Hermes is schedule tables export. That means we need to implement a mechanism of creating schedules tables from GTFS. These reports are published on bus stops in a paper form then.

Some basic requirements:

Some milestones:

wingsofovnia commented 6 years ago

To simplify and speed-up dev, we will use direct schedule 2 pdf generation. At least for the first iteration.