In [4]:
from ahh import vis, exp
In [5]:
da = exp.arr_ds()['air'].max('time')
In [24]:
vis.plot_map(da, central_longitude=-180) # center over ocean
Out[24]:
In [8]:
vis.plot_map(da, central_longitude=-90) # center over Americas
Out[8]:
In [9]:
vis.plot_map(da, central_longitude=90) # center over Asia
Out[9]:
In [ ]: