Commit 35c0af6 1 parent 2e04e9e commit 35c0af6 Copy full SHA for 35c0af6
File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,20 @@ def write_levels(
27
27
tile_size : tuple [int , int ] | None = None ,
28
28
** zappend_config ,
29
29
):
30
- """TODO - document me"""
30
+ """Writes a dataset at `source_path` to a xcube multi-level
31
+ dataset at `target_path`.
32
+
33
+ The source dataset is opened and subdivided into dataset slices
34
+ along the append dimension given by `append_dim`, which defaults to `"time"`.
35
+ The slice size in the append dimension is one and also the target dataset's
36
+ chunk size in the append dimension will be one.
37
+
38
+ Args:
39
+ source_path: The source dataset path.
40
+ source_storage_options: Storage options for the source
41
+ dataset's filesystem.
42
+ target_path:
43
+ """
31
44
from xcube .core .tilingscheme import get_num_levels
32
45
from xcube .core .gridmapping import GridMapping
33
46
from xcube .core .subsampling import get_dataset_agg_methods
You can’t perform that action at this time.
0 commit comments