@@ -9,10 +9,10 @@ Usage: zappend [OPTIONS] [SLICES]...
99 Create or update a Zarr datacube TARGET from slice datasets SLICES.
1010
1111 The zappend command concatenates the dataset SLICES along a given append
12- dimension, e.g., ` "time"` (the default) for geospatial satellite
13- observations. Each append step is atomic, that is, the append operation is a
14- transaction that can be rolled back, in case the append operation fails.
15- This ensures integrity of the target data cube given by TARGET or in CONFIG.
12+ dimension, e.g., "time" (the default) for geospatial satellite observations.
13+ Each append step is atomic, that is, the append operation is a transaction
14+ that can be rolled back, in case the append operation fails. This ensures
15+ integrity of the target data cube given by TARGET or in CONFIG.
1616
1717Options:
1818 -c, --config CONFIG Configuration JSON or YAML file. If multiple are
@@ -22,6 +22,7 @@ Options:
2222 'target_dir' configuration field.
2323 --dry-run Run the tool without creating, changing, or deleting
2424 any files.
25+ --traceback Show Python traceback on error.
2526 --version Show version and exit.
2627 --help-config json|md Show configuration help and exit.
2728 --help Show this message and exit.
0 commit comments