searoute-py icon indicating copy to clipboard operation
searoute-py copied to clipboard

A python package to calculate the shortest sea route between two points on Earth.

Results 14 searoute-py issues
Sort by recently updated
recently updated
newest added

``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...

In searoute main function, the node properties are getting modified when deleting a properties `to_cty` Solution: copy first the node from Ports, then modify it safetly by using pop function...

bug

- [ ] Create a class which represents an area of type Polygon with preferred ports and weight (a float) per port - [ ] Create a function which will...

enhancement

The query should be scaled per each condition: 1. `terminals` rather to include ONLY terminal ports 2. `country` rather to include ONLY from countries (same country for port as the...

enhancement

This is an awesome and powerful package! One thing I've found: Routes through the Northwest Pacific are erroneous. It seems the base graph lacks sufficient points in the Northwest pacific...

I'm adding custom rootes to the default MarNet using `add_edges_from_list`. This function takes an `edge_list` as input. However, when unpacking the edge it is assuming it has additional args. This...

I have a set of points in the arctic where sr.searoute says the distance is 0, even though there is considerable between the points. It is almost like there is...

bug
enhancement

Create a network for dry ports to connect them with main costsea ports : https://en.wikipedia.org/wiki/Dry_port

enhancement

Hello, I have tried to use the return_passages new feature, but it is returning passages that aren't crossed by the maritime path. Here is an example: ``` import searoute as...

bug