# Tiff文件读取与写入 **Repository Path**: Deep-thinking/tiff-reading-and-writing ## Basic Information - **Project Name**: Tiff文件读取与写入 - **Description**: Python Tiff文件操作函数 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### gdal安装: ``` conda install gdal ``` ### 函数列表: ``` readGeoTIFF() # 读取tif文件 CreateGeoTiff() # 写入tif文件 ```