build_multibeam_action¶
- HSTB.kluster.fqpr_actions.build_multibeam_action(destination, line_list, client=None, settings=None, skip_dask=False)¶
Construct a convert multibeam action using the provided data
- Parameters
destination (
str) – path to the output folder that the converted data will be saved toline_list (
list) – list of multibeam file pathsclient (
Optional[Client]) – optional, dask distributed client if using dasksettings (
Optional[dict]) – optional settings dictionary used to override kwargs (default processing options)skip_dask (
bool) – skip starting the dask client
- Returns
newly generated multibeam conversion action
- Return type