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

Support for other GPX fields #5046

Open
IanMayo opened this issue Jan 7, 2021 · 0 comments
Open

Support for other GPX fields #5046

IanMayo opened this issue Jan 7, 2021 · 0 comments
Assignees

Comments

@IanMayo
Copy link
Member

IanMayo commented Jan 7, 2021

Some users are receiving GPX data.

The header describes it as GPX 1.1, but it includes the course and speed values that were in GPX 1.0 but not in 1.1.

We should modify our GPX importer to read in this elements.

** Note:** once we have built this, delivered it, and have confirmation that it works against client data, we'll modify Pepys-Import to load these extra fields.

Samples:

<trkseg>
   <trkpt lat="xx.xxxxxxxx" lon="y.yyyyyyyy">
      <src>2</src>
      <ele>205.7</ele>
      <time>aaaaaaaaaaa</time>
      <course>226.0</course>
      <speed>286.0</speed>
   </trkpt>
   <trkpt lat="xx.xxxxxxxx" lon=" y.yyyyyyyy ">
      <src>3</src>
      <ele>213.4</ele>
      <time>aaaaaaaaaaa</time>
      <course>226.0</course>
      <speed>286.0</speed>
   </trkpt>
   <trkpt lat="xx.xxxxxxxx" lon=" y.yyyyyyyy ">
      <src>1</src>
      <ele>175.3</ele>
      <time>aaaaaaaaaaa</time>
      <course>226.0</course>
      <speed>286.0</speed>
   </trkpt>
   <trkpt lat="xx.xxxxxxxx" lon=" y.yyyyyyyy ">
      <src>4</src>
      <ele>266.7</ele>
      <time>aaaaaaaaaaa</time>
      <course>226.0</course>
      <speed>286.0</speed>
   </trkpt>
   <trkpt lat="xx.xxxxxxxx" lon=" y.yyyyyyyy ">
      <src>5</src>
      <ele>281.9</ele>
      <time>aaaaaaaaaaa</time>
      <course>226.0</course>
      <speed>286.0</speed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant