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

Consider using Unitful.jl #61

Open apriljunge opened 4 months ago

apriljunge commented 4 months ago

Using Unitful.jl could be good for the following reasons

Internally

In- and output values

I think the usage of Unitful.jl for in- and output values should be optional. If input values have units, output values should have too, if not, they should be unitless.