"""
/***************************************************************************
 CruiseTrackExport
                                 A QGIS plugin
 Export waypoints for cruise track.
 Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
                              -------------------
        begin                : 2021-04-01
        git sha              : $Format:%H$
        copyright            : (C) 2021 by Gianna Persichini and Markus Benninghoff
        email                : gimap@mail.de
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/
 
 Traveling Salesman problem - nearest neighbor: transferred from matlab function by Joseph Kirk % Email: jdkirk630@gmail.com
 
 rt3 file export: transferred from Marius Becker
 
 rtz file export: transferred from Knut Krämer
 
"""