Read Swiss Ornithology institute files in the `.glf` and re-formats them to a skytrackr compatible format.

stk_read_glf(files, verbose = TRUE)

Arguments

files

A `.glf` file or list of `.glf` files with light level values.

verbose

provide detailed feedback

Value

A skytrackr compatible data frame for use in further location estimation.

Examples

if (FALSE) { # \dontrun{
df <- stk_read_glf("your_SOI_glf_file.glf")
} # }