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