OSOceanAcoustics / echopype

Enabling interoperability and scalability in ocean sonar data analysis
https://echopype.readthedocs.io/
Apache License 2.0
95 stars 73 forks source link

Combine multiple EchoData objects #364

Closed leewujung closed 3 years ago

leewujung commented 3 years ago

Right now we have open_raw that handles parsing raw data from a single file into a nice EchoData object. Let's revamp the previous combine=True option so that we can combine multiple EchoData objects explicitly. This function can then be used under the hood for when we put together an open_mfraw function.

Notes from #180 for Environment group:

imranmaj commented 3 years ago

Implemented in #383, #414, #422, #425