Skip to main content

Calculate the distance between 2 points on Earth.

Project description

Calculate the distance (in km or in miles) between two points on Earth, located by their latitude and longitude.

Example: distance between Lyon and Paris

>>> from haversine import haversine
>>> lyon = (45.7597, 4.8422)
>>> paris = (48.8567, 2.3508)
>>> haversine(lyon, paris)
392.00124794121825  # in kilometers
>>> haversine(lyon, paris, miles=True)
243.589575470673  # in miles

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

haversine-0.5.0.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file haversine-0.5.0.tar.gz.

File metadata

  • Download URL: haversine-0.5.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for haversine-0.5.0.tar.gz
Algorithm Hash digest
SHA256 29fbceec1fcf295040f495f685e52a23a9101515045bfa49c26e379c46030858
MD5 de04c3bf3ebd2e4ce18afbd10c678ec7
BLAKE2b-256 16a2451babc8a156c10fe7d0ebd42ce034589810c6b546965beea859b9bd5030

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page