Tool that converts depth soudings from NMEA0183 log files into waypoints in GPX files, with the depth encoded in the <sym> tags. With the right UserIcons, this shows depth soundings in plotters like OpenCPN. User Icons provided need to be copied into the UserIcons directory of OpenCPN. The waypoints are distributed over increasing scale levels, so they don't clutter at higher scales.
The tool requires NMEA0183 DPT and RMC messages in a log file. To record such a log file, you can use
- the OpenCPN VDR plugin (Voyage Data Recorder), or
- the SignalK SK-NMEA0183-VDR plugin.
The tool provides corrections for tidal water if comma-separated are provided according to the configuration file tidalstations.conf
.
Create a windows self-containing executable with pyinstaller --onefile process_depth.py --distpath .