Home | Trees | Indices | Help |
|
---|
|
Dive logbook functionality.
Dive, dive site and buddy data display and management is implemented.
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
ichain = itertools.chain.from_iterable
|
|
log = logging.getLogger('kenozooid.logbook')
|
Function Details |
Find dive nodes in UDDF files using optional numeric ranges or total dive number as search parameters. The collection of dive nodes is returned. :Parameters: files Collection of UDDF files. nodes Numeric ranges of nodes, `None` if all nodes. dives Numeric range of total dive number, `None` if any dive. .. seealso:: :py:func:`parse_range` .. seealso:: :py:func:`find_dives` |
Find gas nodes referenced by dives in UDDF files using optional node ranges as search parameter. The collection of gas nodes is returned. :Parameters: files Collection of UDDF files. nodes Numeric ranges of nodes, `None` if all nodes. .. seealso:: :py:func:`parse_range` |
Find dive data in UDDF files using optional node ranges or total dive number as search parameters. The collection of dive data is returned. :Parameters: files Collection of UDDF files. nodes Numeric ranges of nodes, `None` if all nodes. dives Numeric range of total dive number, `None` if any dive. .. seealso:: :py:func:`parse_range` .. seealso:: :py:func:`find_dive_nodes` |
Get generator of preformatted dive data. The dives are fetched from logbook file and for each dive a tuple of formatted dive information is returned
|
Add new dive to logbook file. The logbook file is created if it does not exist. If dive number is specified and dive cannot be found then ValueError exception is thrown.
|
|
Copy dive nodes to logbook file. The logbook file is created if it does not exist.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Aug 16 20:40:50 2019 | http://epydoc.sourceforge.net |