%YAML 1.2 --- schema: https://railtoolkit.org/schema/running-path.json schema_version: "2022.05" paths: - name: "10 km, no gradient, different speed limits" id: speed UUID: 401b8ce7-fa75-4576-8a4a-43be2eb55e50 points_of_interest: # [ station in m, name, front or rear ] - [ 999.00, point_1, front ] - [ 2000.00, point_2, front ] - [ 3333.30, point_3, rear ] - [ 5000.00, point_4, front ] - [ 7777.00, point_5, front ] - [ 9000.00, point_6, front ] - [ 9500.95, point_7, front ] characteristic_sections: # [ station in m, speed limit in km/h, resistance in ‰ ] - [ 0.0, 160, 0.00 ] - [ 3000.0, 60, 0.00 ] - [ 4000.0, 160, 0.00 ] - [ 5000.0, 60, 0.00 ] - [ 6000.0, 160, 0.00 ] - [ 6500.0, 60, 0.00 ] - [ 6700.0, 65, 0.00 ] - [ 6800.0, 70, 0.00 ] - [ 7000.0, 120, 0.00 ] - [ 10000.0, 160, 0.00 ]