Fast haversine calculation
Project Description
Fast haversine calculation. Returns distance between two lat/lon pairs in meters. Implemented using Cython.
Usage
>>> from cHaversine import haversine>>> haversine((39.7683331, -86.1583502), (39.16534, -86.52352))73968.34251401595
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
cHaversine-0.3.0.tar.gz (18.2 kB) Copy SHA256 hash SHA256 | Source | None | Mar 17, 2016 |