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
Copy file name to clipboardExpand all lines: docs/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ Options for the filesystem given by the URI of `target_dir`.
193
193
## `slice_source`
194
194
195
195
Type _string_.
196
-
The fully qualified name of a class or function that provides a slice source for each slice item. If a class is given, it must be derived from `zappend.api.SliceSource`. If a function is given, it must return an instance of `zappend.api.SliceSource`. Refer to the user guide for more information.
196
+
The fully qualified name of a class or function that receives a slice item as argument(s) and provides the slice dataset. If a class is given, it must be derived from `zappend.api.SliceSource`. If the function is a context manager, it must yield an `xarray.Dataset`. If a plain function is given, it must return any valid slice item type. Refer to the user guide for more information.
0 commit comments