tdr_proc: SABS wharf long term temperature logging data transformation...

View source: R/COERS_TDR_proc.R

tdr_procR Documentation

SABS wharf long term temperature logging data transformation function

Description

function to transform Hobo temperature logger data that has been converted from proprietary binary format to a comma separated text file into a format that can be ingested in to the COERS.TDRLOG Oracle database tables on the DFO production database (PTRAN).

Usage

tdr_proc(x)

Arguments

x

a comma delimited text file created from the Hobo temperature logger manufacturer software with the following columns '#', 'Date Time, GMT+00:00', 'Abs Pres, psi (LGR S/N: xxxx, SEN S/N: xxxx)', 'Temp, °C (LGR S/N: xxxx, SEN S/N: xxxx)', 'Water Level, meters (LGR S/N: xxxx)'

Value

returns a comma delimited text file in the format '[YEAR]-[MONTH]-[DAY]_SABS_warf_water_temperature_data.csv' for importing into COERS.TDRLOG

Author(s)

Peter Kraska, peter.kraska@dfo-mpo.gc.ca

Examples

tdr_proc('hobo_data_file.csv')

pkraska/CESD documentation built on Aug. 26, 2024, 5:37 a.m.