-
Notifications
You must be signed in to change notification settings - Fork 1
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
Import data error #3
Comments
I have been able to replicate the error, so I will work on a fix now. I will let you know once it is fixed! |
Thank you, much appreciated! |
I believe the problem has been fixed, but I have not extensively tested the app to confirm. Let me know if it does or does not work, or if anything else breaks in the meantime. |
Thank you very much, that works fine now with my data too. My data is bats with VHF every 5 mins for 32 days and I'm looking at home range. Would you mind telling me how the credible intervals were calculated? But how is the quick comparison result for 1024 days of '[-19.7%, 18.2%]' obtained? Could you also please explain the message Thanks! |
No worries, ask as many questions as you need! High uncertainty is typically due to long home range crossing times, resulting in wider confidence intervals for home range area estimates even for long sampling durations, so it not too unlikely to see those ranges anyway. Also, have you checked if your animals are range resident? This factor could also affect the outputs you are getting. As for the message you mentioned, I am currently updating the app to enable users to run multiple simulations more easily, thereby obtaining more valid credible intervals than those currently displayed in the Report tab. I should be able to push the new update to the development version in the next few days, so you could also try it out with that feature as well. |
Okay, there's an issue with the report. The plots in the second figure you shared are based on a position autocorrelation of 1 day, while your extracted parameter is 15.5 minutes. Therefore, the uncertainty should indeed be way lower than what you are getting there. With an effective sample size of 2,462, your data should be more than sufficient for home range estimation. I will fix that! However, I'm quite intrigued by two things here: (1) the home range crossing time of 15.5 minutes —this is very short, most species have crossing times on the order of days to weeks; (2) you mention most fixes being 30 seconds apart, which should be sufficient to detect a signature of the animal's velocity autocorrelation parameter. Both make me think that there might be another issue when your data gets processed by the app. I'm not too familiar with the Motus network, but as you mentioned, it could just be that their home range extends beyond the stations. It could also be related to location error, compared to the scale of movement, or missing data gaps. Could you provide me with some more information on both the bat species tracked and how the dataset was collected (including the average location error, number of locations per individual)? Ideally, seeing part of the dataset would also help here so I can troubleshoot what exactly is going wrong. You can email me instead ([email protected]) if it is easier. |
Since I've pushed a fix for the initial issues, I will now be closing this. |
Thank you for your work on movedesign.
I'm looking forward to getting started, only I'm having problems uploading my own data to the app.
To test my data was properly formatted as per MoveBank conventions, I downloaded an existing MoveBank dataset, the
'Kruger African Buffalo, GPS tracking, South Africa' and uploaded it using the Import Data tab.
Upload is fine but it also crashes (as does my own data) after I select the individual 'Çilla' and attempt to validate.
Below are the error messages I received.
Can you recommend a fix please?
Listening on http://127.0.0.1:7124
Minimum sampling interval of 3 minutes in Cilla
Minimum sampling interval of 2 minutes in Gabs
Minimum sampling interval of 2 minutes in Mvubu
Warning in telemetry.clean(telist[[i]], id = id[i], OCCURRENCE = OCCURRENCE) :
Times might be out of order or duplicated in Pepper. Make sure that timeformat and timezone are correctly specified.
Minimum sampling interval of 1 minutes in Pepper
Minimum sampling interval of 2 minutes in Queen
Minimum sampling interval of 5 minutes in Toni
[2024-02-05 13:18:42]
✓ Success: File submitted.
Please select one individual from this dataset.
Error in try_select(input[[1]], trace = trace) :
unused argument (trace = trace)
Error in model selection
Warning: Error in par.ctmm.select: Error in try_select(input[[1]], trace = trace) :
unused argument (trace = trace)
126: stop
125: par.ctmm.select
124: guess_time
123: cachedReactiveValueFunc
121: valueFunc
106: func
104: f
103: Reduce
94: do
93: hybrid_chain
92: reactive:cachedReactive(key)
76: timing_fit
75: observe
74:
3: runApp
2: print.shiny.appobj
1:
The text was updated successfully, but these errors were encountered: