Divesoft Log (DLF) Parser
Project description
Divesoft Log Parser
Python parser for Divesoft Freedom (DLF) log files.
Example usage
from divesoft_parser import DLFDecoder
dive = DLFDecoder.from_file('00000001.DLF')
print(dive.serial)
Support Notes
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.
Implementation references
- https://github.com/subsurface/libdc
- https://wetnotes.com/
- Wetnotes Desktop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
divesoft_parser-0.0.1.tar.gz
(20.3 kB
view hashes)