01 2023 档案

cartopy 投影大全
摘要:https://www.cnblogs.com/youxiaogang/p/14247184.html 阅读全文

posted @ 2023-01-13 11:31 闹不机米 阅读(20) 评论(0) 推荐(0)

satpy 处理卫星 FY4A 数据
摘要:读取数据并画图 import os import glob from datetime import datetime, timedelta from satpy.scene import Scene from pyresample import get_area_def import warnin 阅读全文

posted @ 2023-01-09 13:38 闹不机米 阅读(1638) 评论(0) 推荐(0)

pillow 创建图片并添加一些自定义信息
摘要: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 阅读全文

posted @ 2023-01-04 10:01 闹不机米 阅读(125) 评论(0) 推荐(0)

导航