dms to decimal
Project description
dms-to-decimal A Python library for converting degrees, minutes, and seconds to decimal
Installation
pip install dms-to-decimal
Example
import dms_to_decimal as dms
degree = 46 minutes = 59 seconds = 5 direction = ‘N’
converDms2Decimal = dms.DMS2Decimal(degree, minutes, seconds, direction)
print(converDms2Decimal); # Output: 46.984722222222224
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dms-to-decimal-0.0.2.tar.gz.
File metadata
- Download URL: dms-to-decimal-0.0.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9797d6cf9f4607ac7848d0d550c1ef313177271a3fa4688fd85bbc3020ffd4fa
|
|
| MD5 |
aeb530ca77fbf3f6f5d0e0719983ac53
|
|
| BLAKE2b-256 |
47c6c29f6f5ec0542fee17800feed902178c59311e2f91de6f5b5012c070fea0
|
File details
Details for the file dms_to_decimal-0.0.2-py3-none-any.whl.
File metadata
- Download URL: dms_to_decimal-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5788a439048ab370bfb7339c24ca03c531a226dc860202a95fdd4854649f1043
|
|
| MD5 |
e1815917b57ddf929d70c02064d2b940
|
|
| BLAKE2b-256 |
09406c03e2e3c068fe917db8494af3dee352c1ed85aa83b48f5514dd18e9e0c2
|