freol35241 / voyapt

Voyage Analysis & Prediction Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Voyage Analysis & Prediction Toolbox

License:MIT License


Languages

Language:Python 100.0%