Metadata-Version: 2.4
Name: dzsat
Version: 1.0.0
Summary: Geology-1 satellite data preprocessing algorithms
Author-email: HaixuHe <20161001925@cug.edu.cn>
License-Expression: MIT
Keywords: Geology-1,satellite,remote sensing
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: GDAL
Requires-Dist: Pillow
Requires-Dist: arosics
Requires-Dist: geoarray
Requires-Dist: rasterio
Requires-Dist: scipy

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

### 1. Tiff

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


```pip install build```

```python -m build```

```pip install twine```

```twine upload dist/*```
