antarctica / PolarRoute

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

Splitting around waypoint for route planning #275

Closed Ulvetanna closed 1 month ago

Ulvetanna commented 2 months ago

Waypoints residing in large cells is leading to discrepancies in the routes. In order to address this issue we can leverage the MeshiPhi functionality of .split_points to split around a series of lat.long waypoints; this will then split down to the maximum split depth. This functionality should be optional and should be added also into the config.

SamuelHall700 commented 2 months ago

Pull request for this issue is in, but tests are currently failing due to a pre-exsisting issue

Ulvetanna commented 2 months ago

@SamuelHall700 updating the tests in the pull request to allow for changes in the path smoothing. Will also add in additional regression tests to include the new splitting around waypoints.

Ulvetanna commented 1 month ago

This has been merged into the 0.5.x branch