thejosmeister / SimsigTtTools

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

Centralise location map reading #21

Closed thejosmeister closed 3 years ago

thejosmeister commented 3 years ago

Currently methods in parseData.py that will read in and parse the locations map from the file for every train which is expensive. This should be done in the calling file instead.

thejosmeister commented 3 years ago

Moved the parsing to the central BuildXmlTtFromSource.py