1 Star 0 Fork 0

bouyei / PyGeoRaster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
bouyei 提交于 2023-10-25 09:53 . rebuild project structure

PyGeoRaster

介绍

tiff影像分块和合并等

安装教程

  1. 本地安装:python setup.py install
  2. 在线安装:pip install PyGeoRaster
  3. 源码安装:pip install https://gitee.com/bouyei/py-geo-raster

使用说明

import sys
from PyGeoRaster import GeoTiffSegmentation

def main(args):
    geoRaster=GeoTiffSegmentation()
    geoRaster.split_img("E:\\40_tif\\水库边部分区域.tif","E:\\40_tif\\rx",1024)
    geoRaster.imgs_merge("E:\\40_tif\\rx","E:\\40_tif\\rx.tif")

if __name__ == "__main__":
    main(sys.argv)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bouyei/py-geo-raster.git
git@gitee.com:bouyei/py-geo-raster.git
bouyei
py-geo-raster
PyGeoRaster
main

搜索帮助