Closed kaat0 closed 1 year ago
For example:
characteristic_sections = DataFrame(s_start=Real[], s_end=Real[], speed=Real[], resistance=Real[]) points_of_interest = DataFrame(position=Real[], label=String[], measure=String[]) path = TrainRuns.Path(characteristic_sections, poi=points_of_interest)
Refactor Path() type to: TrainRuns.Path(sections; poi, name, id, uuid) with sane name, id, and uuidattribute defaults.
TrainRuns.Path(sections; poi, name, id, uuid)
name
id
uuid
For example:
Refactor Path() type to:
TrainRuns.Path(sections; poi, name, id, uuid)
with sanename
,id
, anduuid
attribute defaults.