aux_gettemperature {eseis} | R Documentation |
Extract temperature data from cube files.
Description
This function reads auxiliary information stored in Omnirecs/Digos Datacube files and extracts the temperature data that is stored along with each GPS tag. Optionally, the data is interpolated to equal intervals.
Usage
aux_gettemperature(input_dir, logger_ID, interval, cpu, gipptools)
Arguments
input_dir |
|
logger_ID |
|
interval |
|
cpu |
|
gipptools |
|
Details
This feature is ony available for Omnirecs/Digos Datacube that were produced since 2015, i.e., whose GPS output files also record the temperature inside the logger. Generating an ACSII GPS tag file using the gipptools software requires a few minutes time per daily file.
Value
A list
of data frames
with time and temperature
values for each cube data logger.
Author(s)
Michael Dietze
Examples
## uncomment to use
# t <- aux_gettemperature(input_dir = "input",
# logger_ID = c("ANN", "ABT"),
# interval = 15,
# gipptools = "~/software/gipptools-2015.225/")