eurostat / searoute

Compute shortest maritime routes between ports
European Union Public License 1.2
149 stars 32 forks source link

How can I know which canal/strait is in the route? #74

Open Booss3my opened 3 months ago

Booss3my commented 3 months ago

I'm trying to decide what are the max dimensions of ships allowed on a specific route, this is determined in part by the narrowest part of the route. Is there a way to know if a route passes through a strait or a canal? other than comparing the results of getRoute with and without allowPanama.

Thanks in advance !