Python parser for Divesoft Freedom (DLF) log files.
from divesoft_parser import DLFDecoder
dive = DLFDecoder.from_file('00000001.DLF')
print(dive.serial)
The majority of testing has been done against open circuit dive logs from a 3.0 computer, little support exists for CCR specific data e.g. setpoints, cell calibration etc.
- https://github.com/subsurface/libdc
- https://wetnotes.com/
- Wetnotes Desktop