-
-
Notifications
You must be signed in to change notification settings - Fork 15
Label 1L decoding #170
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
Label 1L decoding #170
Conversation
|
@rpatel3001 - not sure if the positions line up with what acars2pos has I'm guessing i'm missing a type? |
kevinelliott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha, I hear you. I have no better suggestion.
Btw, coords have me thinking that maybe we need to eventually add a raw/formatted value that indicates if a location is current, past, future/planned, etc. Some kind of indication whether or not the value is useful for plotting now or part of a plan/estimate, etc.
Looks good to me.
So far when |
|
What I mean is the intention of the position. Some positions are stale by hours and may not indicate a "now" position, and some positions/waypoints are in the future for estimates, route planning, or unexpected route updating. Would be good for us to eventually classify these so we know what the intention of the position is. |
|
I have a couple more formats in my logs, plus it looks like a couple extra in the docs, plus more field definitions for the 3 line format. A selection of the ones in my logs: the ones acars2pos currently decodes positions from F9 variant from docs 3 line with no position or wind information various miscellaneous messages that look partially encoded or compressed: https://gist.github.com/rpatel3001/fd7ad7a301285f34f4dcb64719f86ff4 |
|
Thanks @rpatel3001 ! I'll add some specs and the variant you're parsing |
* renamed 1-line to Slash * Added 070 and 660
|
Going to leave some of the 3-line attributes in "unknown" despite mostly knowing what they are since i don't want to think about it (i know, i know) |
I hate the class names. open to suggestions