tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
952 stars 130 forks source link

Copy numerical values shown in Graph to clipboard #409

Closed Blittr closed 2 years ago

Blittr commented 2 years ago

Hi Martin, is it possible to make the numerical values shown in Graph (for example ascent, descent, maximum, minimum, see screenshot below) available to copy to the clip board for further processing? Like this: right click on graphics Elevation / Speed and then select "copy values to clip board".

values

Thank you and best regards

tumic0 commented 2 years ago

In the graphs it is not possible, but you can copy all the info from the statistics window (File->Statistics...). Ctrl+a and Ctrl+c works there.

Blittr commented 2 years ago

Thank you for the reply. I did not know that. Is is possible to show the name of the gpx-file in the statistics? As the statistics are made up in HTML I can collect all the statistics in one file, open it in an internet browser and then copy the respective values out of it afterwards. Copying the desired values from the HTML-coded file is not easy. Extending the tag <h3>Statistics</h3> with the gpx file name, can avoid copying the wrong values.

tumic0 commented 2 years ago

The problem is, there can be more files open... One could of course again, like on some other places like the status bar, differentiate the output, but here it looks quite strange and ugly. The main problem is, you are trying to use GPXSee for something that it is not intended and for which there are other, better, tools and that is batch processing of GPX files.