摘要:读取数据并画图 import os import glob from datetime import datetime, timedelta from satpy.scene import Scene from pyresample import get_area_def import warnin
阅读全文
摘要:from PIL import Image vm = Image.new('RGBA', (dshape[1], dshape[0])) vm = Image.fromarray(np.array(ssddff, dtype=np.uint8)) from PIL.PngImagePlugin im
阅读全文