build_processing_action¶
- HSTB.kluster.fqpr_actions.build_processing_action(destination, args, kwargs, settings=None, force_epsg=False)¶
Generate a new processing action, using the return from fqpr_generation.Fqpr.return_next_action. This method will provide the correct sequence of processing steps that this Fqpr instance needs.
- Parameters
destination (
str) – file path to the converted Fqpr instanceargs (
list) – args for the convert_multibeam functionkwargs (
dict) – keyword args for the convert_multibeam functionsettings (
Optional[dict]) – optional settings dictionary used to override kwargs (default processing options)force_epsg (
bool) – if True, forces EPSG instead of auto UTM, used with force_coordinate_match when you want to have all the days coordinate systems in a project match the first day
- Returns
newly generated multibeam processing action
- Return type