stk_read_glf: Read Swiss Ornithology institute GLF files

View source: R/stk_read.R

stk_read_glfR Documentation

Read Swiss Ornithology institute GLF files

Description

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

Usage

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

## Not run: 
df <- stk_read_glf("your_SOI_glf_file.glf")

## End(Not run)

skytrackr documentation built on Nov. 5, 2025, 6:47 p.m.