eshled Posted October 22, 2017 Posted October 22, 2017 I am new to working in R, but have been trying my hand at FlightR for analyzing Geolocator data. I have been using a csv that has the following format: tFirst, tSecond, type, movement_cat In this case, tFirst and tSecond are timestamps, type is either a 1 or a 2, and movement_cat is a 1 or 0. With this data, I have been able to work through the excellent example here: https://github.com/eldarrak/FLightR/blob/master/examples/Black-Tailed_Godwit_JAB_example/A5_GeoLight_analysis.Rmd At the end of that example, it states that I can proceed to the FlightR workflow. I am unsure how the two examples connect. Can someone shed some light on this?
L Halpin Posted October 22, 2017 Posted October 22, 2017 Hi there, The routine you used (i.e. in the Appendix A5) is the one that Eldar and others used in their paper to compare Geolight threshold method to FLightR template fit method of estimating positions from geolocator data and accuracy comparison to GPS tracks. If your processed twilights are in TAGS format (you can use GeoLight to do this). You can follow the FLightR algorithm in Appendix 6 from the same paper: https://github.com/eldarrak/FLightR/blob/master/examples/Black-Tailed_Godwit_JAB_example/A6_FLightR_analysis.Rmd There's also this useful workflow that details routines for several methods of light-level analysis: https://github.com/MTHallworth/LLGeo/blob/master/Light-level_geolocation_using_open_source_tools.Rmd Cheers,Luke
eshled Posted November 22, 2017 Author Posted November 22, 2017 Thanks for the advice, Luke! The step that I was missing was converting my data from GeoLight into TAGS format, which I was able to do using the GeoLight2TAGS function: https://www.rdocumentation.org/packages/FLightR/versions/0.4.5/topics/GeoLight2TAGS
Recommended Posts
Archived
This topic is now archived and is closed to further replies.