You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most straightforward approach would probably be to open the xarray DataArray for each sampled variable, and combine them into a single Dataset. However, this interface doesn't support incremental writes. If we can set the Dataset's data to a lazy dask array, we could get around this?
The output file is simply a concatenation of the filtered, flattened arrays for each timestep:
It would be good to copy the structure of the input file (spatial and temporal dimensions) to the output file.
The text was updated successfully, but these errors were encountered: