A visual lesson on GNSS accuracy and error
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 allows synchronizing data, such as date or location, between files.
All resources were developed as part of the digilego project.