-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I am working on some animations currently to display some rutting behavior. When running the align_move() function, I am ending up with timestamps that don't nearly match what the true timestamp was when the animal was in that particular area. My movement data starts on 2024-11-01 and goes until 2025-01-31. In particular, I have one point that I want to show of importance that was recorded on 2024-11-24, but when I use align_move() the timestamp of points near that point are from approximately 2024-12-15 to 2024-12-16. I have attempted to thin my data to a point every 2 hours with no luck in getting the timestamp to line up despite that. The only real issue this causes is when using add_labels() to show the timestamp of the track. I haven't seen any other issues around this, so I am guessing it may be something that I am missing. Any help would be appreciated.