- 积分
- 1890
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-2-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 sam_doggy 于 2021-11-18 22:07 编辑
- import matplotlib.pyplot as plt
- import matplotlib as mpl
- import xarray as xr
- from salem.utils import get_demo_file
- from salem import geogrid_simulator
- import salem
- fpath = "/public/lapc/tangx/fenglisha/wrf3.9/wps/namelist.wps"
- shdf = salem.read_shapefile(
- "/users/sam/downloads/meteoinfo/map/世界 行政区划 world/country.shp")
- fig, ax = plt.subplots(1, 1, figsize=(10, 10))
- g, maps = geogrid_simulator(fpath)
- maps[0].set_shapefile(countries=false)
- maps[0].set_shapefile(shape=shdf)
- maps[0].set_rgb(natural_earth='lr') # add a background image
- maps[0].visualize(title='our domains 1 to 2')
- plt.savefig('/public/lapc/tangx/fenglisha/WRF3.9/WPS/pic.png', dpi=150, bbox_inches='tight')
复制代码
看见自己40+好友关注的公众号堂而皇之的画了个错的中国地图,有点遗憾。直接把代码贴出来是为了大家都可以直接画个对的,不需要努力思考,直接伸手。
负责一点,谢谢大家,更多参见:https://samhan.fun/posts/e6a0cb8f.html
|
|