I have an array with 600×600×40 dimension that each band(from 40 band) represent a 600×600 image
I want to save it to a multiple band .tif image.
I have tried this functions from scikit-image and openCV but they can not save more than 3 band(as RGB).
import cv2
cv2.imwrite('image.tif',600by600_just3band_array)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…