cgq-qgc/HydroSensorReader

Add support for campbell-CR1000/CR800 files

x-malet opened this issue · 1 comments

read .dat files from CR1000 and CR800. The file template is the same anyway!

it looks like :

"TOA5","SITE_NAME","CR1000","68165","CR1000.Std.28.02","CPU:CODE_FILE_NAME.CR1","16269","SITE_FILE_NAME"
"TIMESTAMP","RECORD","Bat_Volt","Bat_Volt_Min","Temp_Int","Pression_bridge","Pression_bridge_v","TDGP1_Avg","Pression_bridge_Avg","Pression_bridge_v_Avg","CH4","Ptot","CH4_v","Ptot_v","CH4_Avg","Ptot_Avg","CH4_v_Avg","Ptot_v_Avg"
"TS","RN","volt","volt","DegC","psi","millivolt","mmHg","psi","millivolt","%","mbar","volt","volt","%","mbar","volt","volt"
"","","Smp","Min","Smp","Smp","Smp","Avg","Avg","Avg","Smp","Smp","Smp","Smp","Avg","Avg","Avg","Avg"
"2017-06-09 11:00:00",0,13.46139,13.46139,23.07,1.656717,1.656717,0,1.656717,1.656717,103.8442,2034.887,5.099423,4.446556,103.8442,2034.887,5.099423,4.446556
"2017-06-09 11:30:00",1,14.13298,14.13298,23.38,1.643147,1.636357,0,1.646564,1.643169,103.872,2039.424,5.10078,4.4547,103.872,2038.377,5.10078,4.453003
"2017-06-09 12:00:00",2,14.11597,14.11597,23.9,1.629593,1.629593,0,1.632995,1.632995,103.872,2044.309,5.10078,4.465558,103.872,2042.913,5.10078,4.462843
"2017-06-09 12:30:00",3,14.0829,14.0829,24.98,1.615849,1.615849,0,1.615894,1.619289,103.8669,2049.781,5.100531,4.473484,103.8694,2048.441,5.100656,4.471218
"2017-06-09 13:00:00",4,14.07137,14.07137,25.4,1.60897,1.602181,0,1.612366,1.605577,103.881,2052.271,5.101221,4.480362,103.869,2051.266,5.100636,4.478069

branch created for this issues : campbell_cr_files_support