我尝试使用Rasterio-doc网站上的代码将数组作为TIFF写入磁盘。with rasterio.Env(): profile.update( compress='lzw')
with rasterio.open('example.tif', 'w', **profile) as dst:dst.wr
我的数据集有几个相邻的B3波段from rasterio.plot import showfromrasterio.warp import reproject
from matplotlib import pyplot
for filein os.listdir():
if file.endswith(".TIF") and