genthalili / searoute-py

A python package to calculate the shortest sea route between two points on Earth.
Apache License 2.0
63 stars 14 forks source link

String Pulling to Smooth Routes #12

Closed bryantek closed 10 months ago

bryantek commented 1 year ago

An improvement could be adding in "string pulling" to smooth out routes. Which would also help solve problems with the resolution of the network. E.g. issue #8 .

genthalili commented 1 year ago

Could you please elaborate more, as the tool has limited scope, one option is to smooth the network, which requires a lot of work, second option is to "smooth" the LineString in an "ad-hock" function..