Skip to content

Commit

Permalink
add nested for zarr copy
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Mar 4, 2024
1 parent e5e4618 commit 3de8f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecml_tools/commands/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def add_arguments(self, command_parser):
command_parser.add_argument("--block-size", type=int, default=100)
command_parser.add_argument("--overwrite", action="store_true")
command_parser.add_argument("--progress", action="store_true")
command_parser.add_argument("--nested", action="store_true")
command_parser.add_argument(
"--rechunk",
nargs="+",
Expand Down

0 comments on commit 3de8f79

Please sign in to comment.