0
NHNick Howes
spacetemp = cube.isel(x=10, y=200, Date=slice(None,n_time))
figure = spacetemp.
0 Comments
import xarray as xr # slice an xarray cube with x,y,Date dimension and convert to an array spacetemp = cube\ .isel(x=10, y=200, Date=slice(None,n_time))\ .to_array()