Fast Haversine distance evaluation
This package is a numpy version of haversine. Compared with haversine, our implementation is much more efficient when dealing with list-wise distance calculation.
Usage
from fasthaversine import haversine
haversine(points1, points2, unit='km')
where points1 and points2 are two list of tuples (lat, lon).
Release files for fasthaversine 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fasthaversine-0.1.2.tar.gz | 2.9 kB | Details |
Release files / fasthaversine-0.1.2.tar.gz
| Download URL | fasthaversine-0.1.2.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e870e280328baf72a3389fb6f0987414ae2b0916aa6498991b3081b00136114a
|
|
BLAKE2b-256 checksum How to use checksums |
e4654ddcfe0998dd6eb78078e810cfeb498ff5c5fb1e22eb4ba736aaa89d85d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
|