The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
Search found 3 matches
- Sun Jan 08, 2023 7:38 pm
- Forum: Bugs & strange behaviors
- Topic: Location value with data type 8d
- Replies: 1
- Views: 5775
Location value with data type 8d
I'm running old track files through my homemade trk file parser (now available as an R package at https://github.com/dhicks/alpineR ) and encountering an error with the attached trk file. This file was recorded with APQ 2.2.9b in December 2021. The parser is stumbling when it hits a location value a...
- Tue Jan 03, 2023 3:01 pm
- Forum: Bugs & strange behaviors
- Topic: trk file segment counts
- Replies: 2
- Views: 4480
Re: trk file segment counts
Thanks for the clarification!
- Mon Jan 02, 2023 6:06 pm
- Forum: Bugs & strange behaviors
- Topic: trk file segment counts
- Replies: 2
- Views: 4480
trk file segment counts
For ~~reasons~~ I decided to write my own `trk` parser in R. (Basically I was getting weird encoding errors in the Python parser and I'm much more comfortable debugging in RStudio.) Here's the repo: https://github.com/dhicks/alpineR Also FWIW this is my first time messing around with raw hex data, s...