Don Setiawan
Don Setiawan
## Overview As I was working in trying to parallelize hake data conversion I run into file not found errors. During file permission check echopype attempts to create a permission...
## Overview As of August 4th from commit https://github.com/OSOceanAcoustics/echopype/commit/72909babcfbc567943072c2d7293fcf7665810c4. CI test failure is observed. These tests failures are observed when using xarray version **`2022.6.0`**. Some failures are: 1. `ep.calibrate.compute_Sv` function:...
Following up on my pydantic ideas. I have started echopydantic, where I think we can really define the convention as python data models. https://github.com/lsetiawan/echopydantic You can see it in action...
#### ALL software version info python: 3.8.8 | packaged by conda-forge | (default, Feb 20 2021, 16:22:27) [GCC 9.3.0] python-bits: 64 OS: Linux OS-release: 5.4.0-1030-aws machine: x86_64 processor: x86_64 byteorder:...
## Overview This PR adds a default of `consolidated=True` for `to_zarr` but also allows user to modify it, per conversation from #233.
## Overview This PR add regridding functionality for existing Sv data
## Overview In PR #1198 @anantmittal introduced a way to traverse through blocks to perform a where operation, which is not inherently parallel. I found that there is an xarray...
## Overview I noticed that currently in `dev` branch the tests are "passing". However, looking at the actual output log [here](https://github.com/OSOceanAcoustics/echopype/actions/runs/5992404435/job/16251756753#step:11:4310) There are actual some failures in the test, but...
Below are the 2 potential places where the calibration code (`compute_Sv`) code can have bottleneck: - in `get_vend_cal_params_power` where a broadcasting is probably used to get a data variable into...
## Overview Currently the Windows CI only runs the `utils` module and NOT the full test suite for echopype (https://github.com/OSOceanAcoustics/echopype/actions/workflows/windows-utils.yaml). This needs to be updated so that the whole test...