PolarRoute is a long-distance maritime polar route planning, taking into account complex changing environmental conditions. The codebase allows the construction of optimised routes through three main stages: discrete modelling of the environmental conditions using a non-uniform mesh, the construction of mesh-optimal paths, and physics informed path smoothing. In order to account for different vehicle properties we construct a series of data driven functions that can be applied to the environmental mesh to determine the speed limitations and fuel requirements for a given vessel and mesh cell, representing these quantities graphically and geospatially.
The PolarRoute software requires GDAL files to be installed. The PolarRoute software can be installed on Windows by running the required wheels for GDAL and FIONA. MOre information can be found in the manual pages linked above. Once these requirements are met then the software can be installed by:
Github:
python setup.py install
Pip:
pip install polar-route
Polar-route has been built to work with a variety of open-source climactic data sources. A list of supported data sources and there associated data-loaders is given in the 'Data Loaders' section of the manual
Jonathan Smith, Samuel Hall, George Coombs, James Byrne, Michael Thorne, Maria Fox
We are currently assessing the best pratice for collaboration on the codebase, until then please contact marfox@bas.ac.uk or jonsmi@bas.ac.uk for further info.
This software is licensed under a MIT license, but request users cite our publication.
Jonathan D. Smith, Samuel Hall, George Coombs, James Byrne, Michael A. S. Thorne, J. Alexander Brearley, Derek Long, Michael Meredith, Maria Fox, (2022), Autonomous Passage Planning for a Polar Vessel, arXiv, https://arxiv.org/abs/2209.02389
For more information please see the attached LICENSE
file.