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

Metadata in DataFrame output #38

Open kaat0 opened 1 year ago

kaat0 commented 1 year ago

Provide metadata in DataFrame output e.g. units of the columns (see DataFrames Metadata). Example:

colmetadata!(df, :t, "label", "time in seconds", style=:note)
colmetadata!(df, :v, "label", "velocity in meters per seconds", style=:note)

etc.