movestore / rds2csv

transforms rds-output (from any APP) into a csv file (with only non-NA columns) that is downloadable as artefact. The App returns the input data rds.
0 stars 3 forks source link

add milliseconds to timestamp #4

Closed sarahcd closed 8 months ago

sarahcd commented 9 months ago

I don't have a MoveApps test environment to make sure this works, but used the code from the RFunction locally and confirmed the change fixes the problem using my MoveApps .rds output. The data I am using do not have millisecond precision, but I need it included so that the data can be read into other Movebank-compatible programs that expect it.

I don't know how the moveStack and Write CSV work for datasets containing millisecond values, so can you confirm that this information is not lost? Here is a study for testing.

andreakoelzsch commented 9 months ago

@sarahcd Thanks for the Pull Request, Sarah! Looks good to me. Will integrate it with the move2 update. LG

annescharf commented 8 months ago

@sarahcd, I've added your suggestions manually in the new version of this app. Thanks!

sarahcd commented 8 months ago

thank you!