update_kwargs_for_processing¶
- HSTB.kluster.fqpr_actions.update_kwargs_for_processing(destination, args, kwargs, settings=None, force_epsg=False)¶
Build a dictionary of updated settings for an existing processing action, use this with FqprActionContainer to update the action.
- 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
updated args for the processing action
- Return type
dict