ThomasParistech / pretty-gpx

GPX to Poster: Showcase Your Mountain Cycling or Hiking Adventures
Other
19 stars 5 forks source link

Idea/future work: Upgrade the features finding along the track (mountain passes for example) #64

Open JulesL2 opened 1 week ago

JulesL2 commented 1 week ago

See the possibility to pass to overpass API the full gpx track and to do an around request. Then it would be possible to enhance the speed of Mountain map processing. https://help.openstreetmap.org/questions/65796/querying-the-osm-data-for-peaks-or-other-features-which-are-nearby-a-gpx-track?page=1&focusedAnswerId=65904#65904

ThomasParistech commented 1 week ago

This sounds promising, but in practice the current solution that requests overpass data over the bounding box and then compare with the GPX track is already quite fast! Roughly 1-2s for a large mountain scene like UTMB.

When we look at the UTMB profiling, we notice two parts that take much longer:

image

image