MeteoInfoLab脚本示例:AIRS Grid HDF数据

编程入门 行业动态 更新时间:2024-10-25 05:17:38

MeteoInfoLab脚本<a href=https://www.elefans.com/category/jswz/34/1770116.html style=示例:AIRS Grid HDF数据"/>

MeteoInfoLab脚本示例:AIRS Grid HDF数据

AIRS Grid HDF数据是HDF4 EOS格式,数据地理坐标信息可以被MeteoInfo自动识别,脚本程序更为简单。需要注意的是读取数据时Y轴是反向的(卫星数据通常如此)。

脚本程序:

#Add data file
folder = 'D:/Temp/hdf/'
fns = 'AIRS.2002.08.01.L3.RetStd_H031.v4.0.21.0.G06104133732.hdf'
fn = folder + fns
f = addfile(fn)
vname = 'Temperature_MW_A'
t_v = f[vname]
t = t_v[11,::-1,:]
#Plot
axesm()
mlayer = shaperead('D:/Temp/map/country1.shp')
geoshow(mlayer)
layer = imshowm(t, 20)
colorbar(layer, orientation='horizontal')
title(vname + 'at TempPrsLvls=11')
axism()

转载于:.html

更多推荐

MeteoInfoLab脚本示例:AIRS Grid HDF数据

本文发布于:2024-02-10 20:00:30,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1677007.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:示例   脚本   数据   MeteoInfoLab   HDF

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!