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('數據
相關文章
相關標籤/搜索