gpxstudio.github.io icon indicating copy to clipboard operation
gpxstudio.github.io copied to clipboard

Performance problems

Open Areen3 opened this issue 3 years ago • 1 comments

hi

we use gpxstudio to create motorbike routes we already have a lot of marked routes, over 20,000 km we use gpx as a base with interesting off-road routes in one such file, gpx is the total amount of about a thousand sections unfortunately then gpxstudio slows down Is it realistic to fix something in the code to make the tool more efficient? here are sample gpx files divided into regions in Poland https://drive.google.com/drive/folders/1v9I5wfGuwDpstpEzjV9V2j9w-3R7VHXs for example "DolnoslaskieNEW" thank you Piotr ...

Areen3 avatar Oct 26 '22 08:10 Areen3

Hi Areen3,

I already encoutered this issue but there is a workaround.

I looked at your "DolnoslaskieNEW.gpx" file and saw several things :

  • it was created or transformed by GPSBabel
  • it contains 5500 tracks and 167 873 trackpoints
  • none of the trackpoints own the "ele" tag

About the number of tracks in a single file, I am afraid when you will try to visually extract this 5500 tracks to segments, GPXStudio will freeze due to too many tabs in the elevation window.

Regarding the "ele" tag absence, when you load your file GPXStudio systematically tries to add the correct altitude, so it takes time for all the trackpoints but when done, export it and even if the file is bigger, the next load will be quite instantaneous.

However, if you want to modify the file, the actions you will do could be long.

Hope this helps.

Pascal

mapa4 avatar Nov 08 '22 09:11 mapa4