Metadata-Version: 2.1
Name: cugdth
Version: 1.1.3
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
Requires-Dist: Pillow

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

### 1. Tiff

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


```pip install build```

```python -m build```

```pip install twine```

```twine upload dist/*```
