railtoolkit / TrainRuns.jl

TrainRun.jl will take a user-defined train and a path as an input for a train run calculation. It can calculate the train run as a time-efficient or energy-efficient operation mode. The results can then be used within the Julia environment.
https://railtoolkit.org/projects/trainruns.jl
ISC License
5 stars 2 forks source link

Separate Package for DataType Train and Path #41

Open kaat0 opened 1 year ago

kaat0 commented 1 year ago

It might make sense to split the DataType Train and Path from types.jl into a separate package for other packages to use.

kaat0 commented 1 year ago

Replace Path with a combination of a Speed Profile Layer inside a MultilayerGraphs.jl and a running path along the Layer. Replace the PointsOfInterest with a Timing Layer.

see #43