Python Visualization BUG

博客分类: research 阅读次数: comments

Python Visualization BUG

遇到的错误总结

Basemap 的坐标设置起点并不是坐标原点

m = Basemap(width=8000000,height=7000000, resolution=’l’,projection=’aea’,\ lat_1=0.,lat_2=40,lon_0=110,lat_0=20)

mmb = m.pcolormesh(gx, gy, img1, cmap=cmap, norm=norm)

Point Interpolation with Metpy and plot with basemap Plot true color by using VIIRS SDR