voyapt

Voyage Analysis and Prediction Toolbox


License
MIT
Install
pip install voyapt==0.1.0.dev0

Documentation

voyapt

Voyage Analysis & Prediction Toolbox - Primarily aimed at the nautical field

High-level concepts:

  • Waypoints are 2D positions in space. In voyapt, a Waypoint is an alias for nvector.GeoPoint.
  • A Leg is the path between two Waypoints. In voyapt, a Leg is an alias for nvector.GeoPath.
  • A Route is a collection of minimum two Waypoints. Legs may be extracted from a Route.

Installation

voyapt is available on pypi:

pip install voyapt

Examples

See examples/ and tests/