ogdc_runner.workflow.viz_workflow module¶
- ogdc_runner.workflow.viz_workflow.batch_process(num_features) None¶
Processes data in batches.
- Return type:
- ogdc_runner.workflow.viz_workflow.make_and_submit_viz_workflow(recipe_config: RecipeConfig, wait: bool) str¶
Create and submit an Argo workflow for parallel processing of geospatial data.
This workflow follows the pattern from the ‘ogdc-recipe-ice-basins-pdg’ Argo workflow, using Hera’s Python API instead of YAML.
- Parameters:
recipe_config (
RecipeConfig) – The recipe configurationwait (
bool) – Whether to wait for the workflow to completeinput_url – URL to the input data file
- Return type:
- Returns:
The name of the submitted workflow