echopype
echopype copied to clipboard
Allow for `pathlib.Path` input in `combine_echodata`
Currently we require that the input zarr_path
in combine_echodata
is a string. For convenience, we should also let zarr_path
be of type pathlib.Path
.