oceanhackweek / ohw18_echopype

Open source tools for unpacking and analyzing active sonar data.
2 stars 8 forks source link

Switch to use xarray/pandas to read/manipulate EK60 data #10

Open leewujung opened 6 years ago

leewujung commented 6 years ago

Currently numpy is used for read/manipulate EK60 data, but it's not as efficient nor convenient to use compared to xarray and pandas.

Task: