-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Currently reading files using emit_xarray from emit_tools.py reads into a nd.array backed xr.dataset. An option to read into a chunked dask.array backed xr.dataset would help prevent out-of-memory errors when reading on machines with limited memory (loading failed on an 8GB SMCE machine) and potentially speed up operations on downstream operations using dask.
Adding chunks='auto' to
| ds = xr.open_dataset(filepath,engine = engine) |
ortho=False but not for ortho=TrueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels