Lloyd Izard
Lloyd Izard
This PR introduces the public API and output schema for single target detection! Ref #1532 It focuses on: - defining the function signature and dispatcher integration - validating required inputs...
We are encountering a _System.IO.IOException: No space left on device error_ during CI runs, which can affect multiple Python versions. This points to a disk space issue in the CI...
Following @leewujung’s suggestion in PR #1562: 1. Include the echopype/test_data/README.md file in the release assets for reference. 2. Perform an inventory of all test data files used across the repo...
We currently only ship the EK500 colormap. Let’s add support for a small set of widely used colormaps. (Related to #78)
Hi all, I'm opening this issue to follow up on the implementation of bottom detection algorithms. A basic threshold-based method and the Blackwell method (adapted from [Echopy](https://github.com/open-ocean-sounding/echopy/blob/master/echopy/processing/mask_seabed.py)) were implemented in...
Opening an issue to follow the integration of shoal detection. The first implementation will adapt the Echoview and Weill algorithms from [echopy](https://github.com/open-ocean-sounding/echopy/blob/master/echopy/processing/mask_shoals.py) to group these methods under echopype. They’re implemented...