mablab / sftrack

sftrack: Modern classes for tracking and movement data
https://mablab.org/sftrack/
Other
53 stars 2 forks source link

[Use case] Adding missing data #7

Closed basille closed 2 years ago

basille commented 4 years ago

Use case: GPS data is typically full of missing data, i.e. records with no coordinates because the device could not get satellite signal and gave up. Raw data typically comes with rows including all other information (including time), but empty longitude and latitude. sftraj objects should be able to keep them on creation, or be able to add them if they were not initially present in the data (i.e. add those missing attempts back in the data).

Requirements:

Input:

Output: In both cases, a sftraj object with missing data included.

Additional information: I guess for now, the algorithm to add missing records is beyond the scope of the package (see adehabitatLT::setNA).

basille commented 2 years ago

Closing this issue now that sftrack is developed and on CRAN.