searoute-py
searoute-py copied to clipboard
Not getting consistent and expected route over voyage
When including the original point, it tries to connect to a shortest next point , but it is too close to the shore and not connecting to a better waypoint
Should be connecting to the upper waypoint
It finally gave in after the vessel passed the next way point
this is how i call the searoute package route = sr.searoute(origin, destination, units=units,restrictions=['suez','panama','northwest'], append_orig_dest = True )
any where i can tweak the setting to make sure the route does not take the waypoint that is too close to the shore like in the first few images? thanks