We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to get more data from GPX files. For example number of satellites and all data from the extension part.
This is an example for a gpx section with data which could be imported:
<trkseg> <trkpt lat="34.837636" lon="15.02789063"> <time>2021-12-11T00:05:49Z</time> <ele>23.72</ele> <sat>11</sat> <extensions> <speed>0.000</speed> <accuracy>25.73</accuracy> <batterylevel>35.00</batterylevel> <useragent>API/0.1.0</useragent> </extensions> </trkpt>
Thank you for your great work. I like this tool very much.
The text was updated successfully, but these errors were encountered:
First step to solve this issue: #16
Sorry, something went wrong.
would love to have at least added! NB: Great work done!
No branches or pull requests
Description
It would be nice to get more data from GPX files. For example number of satellites and all data from the extension part.
This is an example for a gpx section with data which could be imported:
Thank you for your great work. I like this tool very much.
The text was updated successfully, but these errors were encountered: