Skip to main content

A package that can calculate distance between two points on Earth

Project description

Distance Calculator

Local time difference calculations.

  1. The meridian difference between the two determined points is revealed.

    • If the meridians are located in the same hemisphere, they should be subtracted, if they are located in different hemispheres, they should be added.
  2. The resulting meridian difference is multiplied by 4 minutes.

    • Additional information:

      • Because the Earth rotates from west to east, local time is always ahead in the east and behind in the west.

      • Local times of regions on the same meridian are always the same.

# local_time_calculation(longitude1: int, longitude2: int)

print(local_time_calculation(3, 7))

# 16

Anti-meridian Calculation

To find the anti-meridian of a meridian, it is necessary to subtract it from 180.

# find_anti_meridian(longitude: int)

print(find_anti_meridian(34))

# 146

Calculating the distance between meridians

To understand how many kilometers are between two meridians at our current point;

First, we must calculate the length of the parallel at that point, using the angle of the parallel at that point.

Then we have to divide by 360 since there are 360 meridians in the world.

# distance_between_meridians(latitude: int)

distance_between_meridians(10)

Calculating the distance between two points on Earth

Calculate the distance between two points on Earth with Haversine formula.

# distance_calculation(latitude: float, longitude: float, target_latitude: float, target_longitude: float, miles=False)

distance_calculation(13, 24, 42, 12)

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

dist_calculating-0.0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

dist_calculating-0.0.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file dist_calculating-0.0.1.tar.gz.

File metadata

  • Download URL: dist_calculating-0.0.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for dist_calculating-0.0.1.tar.gz
Algorithm Hash digest
SHA256 487e8bde6a4d9c231478b37293f3fb54b7997b7b3438840e99fa43bf1c167dc2
MD5 284c3b23850c2c44433938ca725ace56
BLAKE2b-256 bf9aa6e9a8f34d67c7cd85a87fd253b5d2f454a67919f286a76cc94607b5fb94

See more details on using hashes here.

Provenance

File details

Details for the file dist_calculating-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: dist_calculating-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for dist_calculating-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 829848c32767c1c8f0fb1cc2202248182a1e83ea21ca748fae66ce7b52b9ed7e
MD5 ed22c2ffd4a3bc6a74e059fb8f2e03c0
BLAKE2b-256 a0ca99f50309a0177dcf988934915fbaaed8db303d20daa78a72c8cd7a6d92a1

See more details on using hashes here.

Provenance

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