Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 11, 2024
1 parent 8ed392f commit baa3ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions misc/argo-pipeline/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ spec:
image: inseefrlab/cartiflette
command: ["python", "/mnt/bin/src/split_tiles.py"]
args: [
"--path", "test/test-argo",
"--format_output", "{{inputs.parameters.format_output}}",
"--year", "{{inputs.parameters.year}}",
"--crs", "{{inputs.parameters.crs}}",
Expand All @@ -169,3 +170,6 @@ spec:
"--level_polygons", "{{inputs.parameters.level_polygons}}",
"--filter_by", "{{inputs.parameters.filter_by}}"
]
volumeMounts:
- name: volume-workflow-tmp
mountPath: /mnt
2 changes: 1 addition & 1 deletion misc/argo-pipeline/src/split_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Create a dictionary from the parsed arguments
args_dict = {
'path_within_bucket': args.path_within_bucket,
'path_within_bucket': args.path,
'format_output': args.format_output,
'year': args.year,
'crs': args.crs,
Expand Down

0 comments on commit baa3ff0

Please sign in to comment.