mapctf - map coordinate transform
此模块用于百度坐标系(bd-09)、
火星坐标系(国测局坐标系、gcj02、高德)、
WGS84坐标系(google)的相互转换,
仅使用Python标准模块,无其他依赖。
python3 setup.py sdist bdist_wheel
for test.pypi
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* pip install --index-url https://test.pypi.org/simple/ coordTransform
for pypi
python -m twine upload dist/* pip install mapctf
Usage
import mapctf ctf.baidu2google(lng, lat)
Release files for mapctf 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mapctf-1.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mapctf-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / mapctf-1.0.tar.gz
| Download URL | mapctf-1.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
47e2b27fd7867ef04853887a66fd8b1ca5f4dc9867aaf7b7318432353825a757
|
|
BLAKE2b-256 checksum How to use checksums |
78a3c183def2f7b2ac568900b6183b1547be2119da78e2bc938922f759a52e27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
|
Release files / mapctf-1.0-py3-none-any.whl
| Download URL | mapctf-1.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1ee01eda0a6ec9fd02fd4f608e0194ec3b83b58e6da501dd5ce07e86d0de6a7f
|
|
BLAKE2b-256 checksum How to use checksums |
08ad50c396f8a40752f3507e7c03834c8a52612b933b189020c726c0d4a5000f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
|