Python的RasterIO库的学习

源教程:https://rasterio.readthedocs.io/en/latest/quickstart.html 1.使用RasterIO读取栅格数据 # 使用RasterIO读取栅格数据 import rasterio with rasterio.open('E:/data/L8_BJ_NRG.tif') as ds: print('数据信息:') print('数据
相关文章
相关标签/搜索