Tools for handling borehole distributed temperature datasets (DTS)
Under construction
library(remotes)
remotes::install_github('jkennel/dts')
A report based solely on DTS data can be generated with generate_report.
library(dts)
# full path to DTS XML files
files_dir <- location_of_dts_directory
# full path to output directory
output_dir <- location_of_output_directory
generate_report(files_dir, output_dir)