Convert times for realops arrival flights into departure times
- Python 3
- Requests
- Put the properly formatted file for realops in the base directory with the name
flights.csv - It is recommended to make a copy because the script will over-write the file and may corrupt the file if the program is interrupted
- Run the script:
python3 convert_times.py - The output (in the correct format with the new date and departure time) will be in
flights.csv