Contents

searoute 1.4.3

0

A python package for generating the shortest sea route between two points on Earth.

A python package for generating the shortest sea route between two points on Earth.

Stars: 119, Watchers: 119, Forks: 25, Open Issues: 14

The genthalili/searoute-py repo was created 3 years ago and the last code push was 10 months ago.
The project is popular with 119 github stars!

How to Install searoute

You can install searoute using pip

pip install searoute

or add it to a project with poetry

poetry add searoute

Package Details

Author
Gent Halili
License
Apache License 2.0
Homepage
None
PyPi:
https://pypi.org/project/searoute/
Documentation:
https://github.com/genthalili/searoute-py/blob/main/README.md
GitHub Repo:
https://github.com/genthalili/searoute-py

Classifiers

No  searoute  pypi packages just yet.

Errors

A list of common searoute errors.

Code Examples

Here are some searoute code examples and snippets.

GitHub Issues

The searoute package has 14 open issues on GitHub

  • users custom ports.geojson as input
  • Update the marnet_densified_v2.geojson for both Taiwan and Japan
  • Error running searoute

See more issues on GitHub

Related Packages & Articles

dtw 1.4.0

The dtw Python package is a powerful tool for handling time-series data. It offers a complete implementation of Dynamic Time Warping (DTW) algorithms, which are used to optimally map one time-series (query) onto another (reference) by applying local stretch or compression to the time axes. This package is a Python equivalent of the R's DTW package and doesn't depend on any other Python packages. It's a great tool for any Python developer working with time-series data.

deepdiff 8.6.1

Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.