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
Documentation has been separated into another issue to make it easier to find time for the work. So chunk control will not be 'releaseable' when this issue is complete.
Action original conversations Dask chunking control for netcdf loading. #4572 (comment) may need more discussion; suggest that mirroring Dask 'modes' should only happen if the behaviour is identical, otherwise the modes deserve their own names ("default" or "no-chunk" or whatever) to avoid possible confusion.
default: uses iris default behaviour (get from the file, if not, use iris guessing behaviour) file: takes from the file, else throws an error if file doesn't specify. guess: uses iris guessing behaviour only. (ignores file specifications, even if it exists) custom (inc -1): Can manually input custom chunks. -1 might be inheritable from dask?
The use of "none" or "auto" should result in a warning or error to avoid dask confusion.
(Complete the below work on a feature branch)
Documentation has been separated into another issue to make it easier to find time for the work. So chunk control will not be 'releaseable' when this issue is complete.
"default"
or"no-chunk"
or whatever) to avoid possible confusion.The text was updated successfully, but these errors were encountered: