antarctica / PolarRoute

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

Refinement of cells containing start and end waypoints #272

Closed foxm1 closed 5 months ago

foxm1 commented 7 months ago

Once created, the mesh needs to be refined when start and end waypoints are known. The cells containing these waypoints should be split down to the max split level. This will ensure that the paths created are not thrown off by travelling to/from cell centres that are (potentially) a long way away from the waypoints and maybe in the wrong direction.

gecoombs commented 7 months ago

The MeshiPhi component of this has now been implemented in antarctica/MeshiPhi#40, maybe this issue should be moved to the PolarRoute repo?

SamuelHall700 commented 6 months ago

We also wish to split cellboxes which are large are bordering small(er) inaccessible cells, down to the resolution of the bordering inaccessible cells

gecoombs commented 6 months ago

Relevant MeshiPhi changes being made in antarctica/MeshiPhi#50

gecoombs commented 5 months ago

PolarRoute changes being addressed in #275