TrainRun.jl/test/data/paths/const.yaml

10 lines
399 B
YAML
Raw Normal View History

%YAML 1.2
2021-10-13 16:49:42 +02:00
---
path:
name: "10 km, no gradient, 160 km/h"
pointsOfInterest: [999, 2000, 3333.3, 5000, 7777, 9000, 9500.95] # points of interest: positions in m
sectionStarts: # with path speed limt (in m/s) # [s in m, v_limit in m/s, f_Rp in ‰]
sectionStarts_kmh: # with path speed limt (in km/h) # [s in m, v_limit in km/h, f_Rp in ‰]
2021-10-13 16:49:42 +02:00
- [0, 160, 0]
- [10000, 160, 0]