Metadata-Version: 2.1
Name: cugdth
Version: 1.0.0
Summary: A Python package for GeoTIFF file handling
Home-page: https://gitee.com/HaixuHe/cugdt
Author: HaixuHe
Author-email: HaixuHe <20161001925@cug.edu.cn>
Project-URL: Repository, https://gitee.com/HaixuHe/cugdt
Keywords: GeoTIFF,GIS,GDAL
Platform: any
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: gdal

## Cug-DeepThinking（cugdt）开源代码包

### 1. Tiff

- tiff文件读取
- tiff文件写入
- tiff文件压缩



```python setup.py sdist```

```twine upload dist/*```
