ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
30 stars 21 forks source link

Data saving issue #93

Closed NoonanM closed 4 years ago

NoonanM commented 5 years ago

When saving progress, the exported csv file does not keep all of the columns ctmm needs to calibrate error. This means that is a user does some work, saves their progress, comes back at a later time and tries to calibrate their errors again, they get an error.

The exported csv should keep all of the columns in the telemetry object.

xhdong-umd commented 5 years ago

The csv only have the data frame part of the telemetry object. I believe the error information is in some slots, not dataframe.

All the objects actually should be saved in. rds when saving progress. You can check the help page for saving progress, though I need to double check about error part.