Metadata-Version: 2.1
Name: tlcGIS
Version: 0.0.2
Summary: gis coordinate transform tools
Author-email: Bankxi <1259564569@qq.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

## Introduction

GPS转换工具

```python
from tlcGIS import wct
print(wct.wgs84togcj02(121.1234,31.1232))
```

copyright@tonglucloud
