antarctica / PolarRoute

Long-distance maritime polar route planning, taking into account complex changing environmental conditions.
MIT License
15 stars 3 forks source link

Antimeridian fix #267

Closed hjabbot closed 2 months ago

hjabbot commented 3 months ago

PolarRoute Pull Request Template

Date: 2024-03-28
Version Number: 0.4.1

Description of change

Quick fix relating to new MeshiPhi feature allowing cellboxes to span antimeridian. Paths before were able to create coordinates that lay outside of the -180:180 domain of longitude, this fixes that.

Fixes MeshiPhi issue 26, extends functionality of PolarRoute

Testing

To ensure that the functionality of the PolarRoute codebase remains consistent throughout the development cycle a testing strategy has been developed, which can be viewed in the document test/testing_strategy.md. This includes a collection of test files which should be run according to which part of the codebase has been altered in a pull request. Please consult the testing strategy to determine which tests need to be run.

Passing reg tests

Checklist