Current release: 0.1.0
Martcal is a Python package for calculating the distance from any point at sea to a port, accounting for land masses. The routing calculations are based on a type of spherical trigonometry, where the system finds the nearest port from sea using a mercator route, then solves for the triangle.
Requirements:
- Python 3.5+
Installing using poetry
:
poetry add martcal --git https://github.com/tayljordan/martcal.git
Installing using pip
:
pip install https://github.com/tayljordan/martcal/archive/master.zip
Short example is located in the doc
directory.
Open an issue or send a pull request on the Github (https://github.com/tayljordan/martcal).
- Jordan Taylor
- Miodrag Tokić
Copyright (C) 2019 Jordan Taylor.
Released under the MIT License. See the LICENSE file for details.