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

pass parturition events on to next app #9

Open
sarahcd opened this issue Apr 18, 2023 · 1 comment
Open

pass parturition events on to next app #9

sarahcd opened this issue Apr 18, 2023 · 1 comment

Comments

@sarahcd
Copy link
Contributor

sarahcd commented Apr 18, 2023

See the Road Intersections App for an example that does this. We'll discuss a general purpose solution with Andrea.

@sarahcd
Copy link
Contributor Author

sarahcd commented Apr 10, 2024

I think this one is done, just not fully documented yet. Here are attributes I think are passed on in the MoveStack, guessing the definitions based on the output:
distance: distance traveled from this event to subsequent event (meters)?
timediff: difference in time from this event to the subsequent event (hours)?
nsd: net squared displacement from that of the first location in the track segment (km)?
speed: speed of travel from this event to subsequent event (meters/second)?
rollm: rolling average speed over ??? (meters/second)?
cnd: ?
run: ?
run.positive: record count in the current run meeting threshold conditions? (But see below, the last row has run.positive=0 and case=1)
crun: ?
case: 1 = part of parturition event, 0 = not part of parturition event

Here are values from the data of one event. I'm not sure if the last record is included in the event.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant