Skip to content
New issue

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

Feature Request: Extract more data #15

Open
sirdrakeistda opened this issue Dec 13, 2021 · 2 comments
Open

Feature Request: Extract more data #15

sirdrakeistda opened this issue Dec 13, 2021 · 2 comments

Comments

@sirdrakeistda
Copy link
Collaborator

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:

<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.

@sirdrakeistda
Copy link
Collaborator Author

First step to solve this issue:
#16

@4tegs
Copy link

4tegs commented Feb 22, 2022

would love to have at least added!
NB: Great work done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants