GMaynard1 / emolt_project_management

Prioritizing new development directions and resolution of ongoing issues in the eMOLT project
GNU General Public License v3.0
1 stars 0 forks source link

New Rockblock telemetry record format #56

Open GMaynard1 opened 2 years ago

GMaynard1 commented 2 years ago

LAT = DDMM.MMMM (Degree Decimal Minutes) LON = DDMM.MMMM (Degree Decimal Minutes, non-negative) Depth = ### (integer, meters) Range Depth = ### (integer, meters) Soak Time = ##### (integer, minutes) Average Temperature = ##.## (Decimal, degrees C, 1234=12.34) Standard Deviation Temperature = ##.## (Decimal, degrees C, 1234=12.34) MAC address = XXXX (last four characters AB12 = AB:12)

Currently, these incoming data are processed by getrock.py but this code will need to be edited to account for the switch to standardized soak time between fixed/mobile gear

jamespatrickmanning commented 2 years ago