searoute-py
searoute-py copied to clipboard
Incorrect routes with restrictions on babalmandab
``Hello, As you know with the current situation of the red sea crisis, most of the vessels are passing through the cape of good hope instead of taking the babalmandab region . My problem is concerning routes for origin/destination ports such as Singapore and Jeddah , where the vessels are passing through the cape of good hope then suez canal to meet the port call Jeddah. However, with the current argument in the route calculation function the restriction for 'babalmandab' does not seem to have any effect as I still get the route that passes through this region ( babalmandab ) .
route = sr.searoute(origin, destination,restrictions=['babalmandab'])