remisalmon / gpx-interpolate

Python function to interpolate GPX data using piecewise cubic Hermite splines
MIT License
49 stars 12 forks source link

[bug] Script crashes on missing elevation information #20

Open Wikinaut opened 3 months ago

Wikinaut commented 3 months ago

I just detected the original script failing in case that elevation data is missing in the gpx track file source.

This can be repaired by a small fix (will be supplied later as a pull request)