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

include option to return traversed passages #34

Closed genthalili closed 3 weeks ago

genthalili commented 3 weeks ago

as per pull req #31

Wang1998666 commented 2 weeks ago

Can the longitude of the return path be set to (-180-180)?

genthalili commented 2 weeks ago

you mean the location + one (lon, lat) of the passage ? like [('suez', (32.54, 29.96)), ... ] ... or your question is not connected to the passages eventually but more to the path itself?