OSOceanAcoustics / echodataflow

Orchestrated sonar data processing workflow
https://echodataflow.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Revised Grouping Logic #76

Closed Sohambutala closed 4 months ago

Sohambutala commented 4 months ago

Fixes #74: Revised grouping logic by introducing the grouping_regex option, allowing users to define a regex pattern for deriving group names from filenames. If grouping_regex is not specified, the code checks for a group_name (default group name) parameter and adds files under that group. If neither is defined, the code uses complete filenames as group names and adds files accordingly.