Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 997 Bytes

README.md

File metadata and controls

58 lines (33 loc) · 997 Bytes

martcal

Current release: 0.1.0

Description

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.

Installation

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

Documentation

Short example is located in the doc directory.

Contributing

Open an issue or send a pull request on the Github (https://github.com/tayljordan/martcal).

Authors

  • Jordan Taylor
  • Miodrag Tokić

Copyright

Copyright (C) 2019 Jordan Taylor.

Released under the MIT License. See the LICENSE file for details.