dpseidel / stmove

Build reproducible reports for spatial-temporal animal movement analysis
https://www.danaseidel.com/stmove/
GNU General Public License v3.0
3 stars 0 forks source link

kalman function should be output stable #13

Closed dpseidel closed 5 years ago

dpseidel commented 5 years ago

currently it returns unnecessary ltraj columns. It should simply return the four original columns and possibly a flag column indicating interpolated or not.

Could be related to fixing #5.

dpseidel commented 5 years ago

There is now a problem when users don't pass ltraj columns -- since there in no internal conversion. Need to revert or otherwise fix.

dpseidel commented 5 years ago

This turned out to be an issue with regularize. fixed by 8f1f046