- Updated dependencies to include h5netcdf, h5py, pyarrow, and netcdf4
- Simpler method for accessing data using m2m yaml summary file (see notebook 03)
- Added table summarizing the instruments available via m2m (the most
commonly requested ones) based on the m2m yaml file. Table accessible via
simple import
from yooink import ooi_data_summary
(see notebook 04)
- Incorporate various functionality from the OOI Data Explorations repository. Mainly from common.py.
- Refactored to better organize the classes and modules within yooink
- Updated the Jupyter notebook demos to handle these changes and updates.