Replies: 3 comments 2 replies
-
Hi, What is it about the in-built GoPro parsing that means that you though it was worth writing your own? - I don't really have a plan to support all GPX fields at the moment. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
I've just re-read issues and found similar discussions #85, #75, so closing on that point. Thanks for the answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my own software to process GoPro metadata. There I'm doing filtering and other stuff to get more precise dataset stored in CSV. I convert it to GPX and then feed it to dashboard-overlay. And for now I can't pass 2 items: DOP and speed.
For the moment I'm trying to export DOP and speed to GPX. I have a GPX file consisting full of non-fixed data.
According to www.topografix.com/GPX/1/1/ there are options:
I have tried to rename field using each of them with value 9999 but every time got "fix=3d" with widget
<component type="gps-lock-icon""/>
. Widget "dop" shows value = 10.What DOP fieldname is used in GPX file? And is it used at all? Without this
--gps-dop-max
seems completely useless for external data.As for field "speed" it was supported by GPX1.0, but seems lost in GPX1.1. Is there a way to pass it to script via GPX?
Which fields are actually supported from GPX schema?
Beta Was this translation helpful? Give feedback.
All reactions