thejosmeister / SimsigTtTools

A more 'polished' attempt at parsing and writing Simsig TTs via python
0 stars 0 forks source link

Deal with trains that have times either side of midnight. #26

Closed thejosmeister closed 3 years ago

thejosmeister commented 3 years ago

When parsing from source we need to handle the times that are either from the previous or next day.

Potential soln: If the train passes our selected location at 2200 then if we see later locations with times earlier we assume they are for next day and add 24 hours. Similar for previous day/locations. Will need to supply particular location and time to the train source parser.

thejosmeister commented 3 years ago

Completed