Contents

searoute 1.3.1

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: 51, Watchers: 51, Forks: 11, Open Issues: 9

The genthalili/searoute-py repo was created 1 years ago and the last code push was 1 months ago. The project is moderately popular with 51 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
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 9 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 7.0.1

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