-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix status from Lotek #87
Comments
Thanks @JessKLockhart for the suggestion, but I'm not sure that's possible. If you can figure out how to translate the integer values in either of those fields to their text equivalents I'd be happy to update the code. It looks like there's a bug in that function that needs to be fixed anyway. |
Thanks @ericnewkirk. I'll see what I can find in terms of figuring out what the integer values for those fields actually mean. Will keep you posted. |
Hi again, I connected with Lotek and they informed me that the Fix status is actually encoded into the 'RxStatus' field using binary to decimal. They sent me the manual, attached, which explains the conversion. They also sent a function that does the conversion (see below). Are you able to include this in the collar package? Thanks! parse_RxStatus <- Vectorize(
) |
Thanks @JessKLockhart! The manual is super helpful, and a lot better than what we had available when the Lotek functions were originally written. I will probably rewrite the conversion code to streamline it a bit and make sure it works for all Lotek devices, but that should be quick. |
Great! Thanks @ericnewkirk! |
I'm wondering if it's possible to obtain the fix status (i.e. 2D, 3D, etc) from lotek's collar download metadata with this package? I've been using the fetch_lotek_positions function and noticed that the fix status is missing, but I think this is an important field to include.
Thanks!
The text was updated successfully, but these errors were encountered: