Add more convert options, accommodate range differences
Pre-release
Pre-release
This release contains updates to the convert and model module:
- Correct file parsing and storage for split-beam angle.
- Allow user-defined environmental variables to be used in calibration.
- Accommodate EK60 setting variabilities in the
range_bin
dimension.- The raw file will be split into multiple .nc files if the length of
range_bin
changes in the middle. - For cases when different frequency has different length of
range_bin
, the shorter channels are padded withNaN
.
- The raw file will be split into multiple .nc files if the length of
- Allow combining multiple files during unpacking.
- Options to:
- overwrite previously converted files.
- specify output directory and filename postfix for
.calibration()
and.get_MVBS()
operations.
- Add support to convert to .zarr file. Note processing functionalities have not been fully supported.