Skip to main content

A library for calculating arial distance between two coordinates

Project description

you can import function as below

from .arial_distance import get_distance, check_distance_within

get_distance - this function will return integer value of distance betn 2 coordinate

source = 19.207084243604214, 73.12916639835512 distination = 19.210002125062804, 73.11869505407905 get_distance(source, distination)

check_distance_within - it cheks if dist betn source and distination falls within radius in KM and return json

radius = 20 check_distance_within(source, distination, radius)

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

arial_distance-0.2.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

arial_distance-0.2.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

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