Contents

haversine 2.8.1

0

Calculate the distance between 2 points on Earth.

Calculate the distance between 2 points on Earth.

Stars: 306, Watchers: 306, Forks: 62, Open Issues: 5

The mapado/haversine repo was created 11 years ago and the last code push was 3 months ago.
The project is popular with 306 github stars!

How to Install haversine

You can install haversine using pip

pip install haversine

or add it to a project with poetry

poetry add haversine

Package Details

Author
Balthazar Rouberol
License
MIT
Homepage
https://github.com/mapado/haversine
PyPi:
https://pypi.org/project/haversine/
GitHub Repo:
https://github.com/mapado/haversine

Classifiers

  • Scientific/Engineering/GIS
  • Scientific/Engineering/Mathematics
No  haversine  pypi packages just yet.

Errors

A list of common haversine errors.

Code Examples

Here are some haversine code examples and snippets.

GitHub Issues

The haversine package has 5 open issues on GitHub

  • Inverse… compute direction?

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.