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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arial_distance-0.2.0.tar.gz
.
File metadata
- Download URL: arial_distance-0.2.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15311cb4939c3e491a312c90e6ffc746751194743b21f618252eb5de2bdf121d |
|
MD5 | 57266acf77fcd1ba1106239b366b6c8d |
|
BLAKE2b-256 | 20aeee6dfd0826816a617d6ade29978b227b00b1e8d00081fa849d3e8275138b |
File details
Details for the file arial_distance-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: arial_distance-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e53eb4ac12a1eda256bc841609cf09b6d86affac9f9657f6e2febad4eaa4c13 |
|
MD5 | bd19213a4cb9b2d824f1894ca641473d |
|
BLAKE2b-256 | 6c2fb9a63b261b44ffb5169ab4e9967aa78fcae3f7b594917e6e41dae01354fd |