Skip to content

Small python script to reverse the race track order. If you already have a track you like, but want to make it go in reverse order.

Notifications You must be signed in to change notification settings

VinterSolen/ReverseOrderRaceTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the script with your JSON file: python reverseorder.py -i input.json -o output.json

EXAMPLE:

  • If you have a JSON file with waypoints, it will reverse their order
  • The script requires both input (-i) and output (-o) parameters
  • Example: python reverseorder.py -i test_input.json -o reversed_output.json

About

Small python script to reverse the race track order. If you already have a track you like, but want to make it go in reverse order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages