Results 3 issues of

#### Minimal, reproducible code sample: ```python import zarr; import numpy as np; import os from multiprocessing import Process import numcodecs; numcodecs.blosc.use_threads = False synchronizer = zarr.sync.ProcessSynchronizer('foo.sync') z = zarr.open_array( store='example.zarr',...

Update: Changing the issue to focus on distinguishing the instrumental source of ".raw" files when processing data. If a user specifies a "sonar_model" of "EK60" when it is "EK80" (or...

enhancement
data conversion

Hello, I am trying to use echopype to match up Sv data with its associated geospatial information and I am getting strange GPS values when using "add_location()". I have noticed...