[Request] Exporting track to a GIS format
Pride PPP-AR simplifies significantly improving the accuracy of trajectories captured using GNSS receptors. However, its output formats are quite difficult to read with common GIS software like QGIS. For that reason, it would be a nice addition to the GUI version of this software to be able to output the track in a GIS format like Geopackage, KML, shape or in a csv file.
As a workaround, I've modified the plottrack.py script in this repository, so it outputs the kin solution file contents in csv (see https://github.com/PrideLab/PRIDE-PPPAR/pull/47)
Edit: An alternative solution could be creating a QGIS plugin for loading Pride PPP-AR solutions directly, which could allow providing more information
Thank you so much for your contribution!