Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make.calibration throws overlap error. #34

Open
LukeNash28 opened this issue Nov 14, 2024 · 0 comments
Open

make.calibration throws overlap error. #34

LukeNash28 opened this issue Nov 14, 2024 · 0 comments

Comments

@LukeNash28
Copy link

LukeNash28 commented Nov 14, 2024

I'm surely missing something stupid, but I can't find a single answer to this on any of the manuals or the forums.

Every time I'm calling make.calibration, the following error throws:

Error in make.calibration: Calibration periods overlap

  • The data I'm using is the twilight and raw data from the Red-necked Stint tracking study from Southern Chukotka, available on Movebank (https://www.doi.org/10.5441/001/1.fd53sn40). It has been processed into a TAGS object using twGeos2TAGS.
  • I've tried various permutations of the following data frame:

calibration_periods <- data.frame(calibration.start = as.POSIXct(c(NA, "2016-07-02")), calibration.stop = as.POSIXct("2016-07-05", NA), lon = 176.844, lat = 62.621)

This includes removing the NA from the calibration.stop column, as was suggested on another thread.

Does anyone know what's going wrong? Hopefully the error is reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant