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 to

  • line_list (list) – list of multibeam file paths

  • client (Optional[Client]) – optional, dask distributed client if using dask

  • settings (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

FqprAction