Closed abfleishman closed 6 years ago
hmm... I think I see the problem. There are only 5 points that are outside the DistCutOff of one km that you set. And then on top of this, you have set a NumLocCut = 10 so it tries to say that this is not really a trip because it is below the threshold. I will add an error message when this is the case. The way to fix this issue, for now, is to lower either the distance DistCutOff so that there are >10 points outside the buffer or lower the number of points needed to make a trip. Or manually remove this bird. I will try and have the function give a warning and move on to the next bird in the loop but I am not sure when I will have time to make that adjustment. Hope this helps!
fixed with informative warning
Hi Abram! I'm running into this error with MakeTrip: Error in Out[i]:In[i] : NA/NaN argument
I looked for NAs in the arguments and I couldn't find any. Do you have an idea on how to troubleshoot? Happy to send a reproducible example
Thanks!