The extract_nmea_data.py
script in the processing folder will parse NMEA data and split it into the following CSV folders:
Place your nmea data in the nmea_data
folder and then execute the script as suits you:
python3 extract_nmea_data.py nmea_data/nmea_file.csv
python3 extract_nmea_data.py nmea_data/*
python3 extract_nmea_data.py nmea_data/f1.csv nmea_data/f2.csv
Note that the llid field in the generated files allows synchronizing data, such as date or location, between files.