Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1007 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 1007 Bytes

Depthwaypoints

Tool that converts depth soudings from NMEA0183 log files into waypoints in GPX files, with the depth encoded in the <sym> tags. With the right UserIcons, this shows depth soundings in plotters like OpenCPN. User Icons provided need to be copied into the UserIcons directory of OpenCPN. The waypoints are distributed over increasing scale levels, so they don't clutter at higher scales.

image

The tool requires NMEA0183 DPT and RMC messages in a log file. To record such a log file, you can use

The tool provides corrections for tidal water if comma-separated are provided according to the configuration file tidalstations.conf.

Create a windows self-containing executable with pyinstaller --onefile process_depth.py --distpath .