Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pass compression as preset to tileindex-validate TDE-895 TDE-1151 #546

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

amfage
Copy link
Contributor

@amfage amfage commented Apr 18, 2024

Motivation

We only want to check webp datasets are 8-bit so Argo Tasks tileindex-validate needs to know the dataset type.

Modification

Pass the compression type of the dataset to Argo Tasks tileindex-validate as preset for validation

Checklist

  • Tests updated N/A
  • Docs updated
  • Issue linked in Title

@amfage amfage requested review from a team as code owners April 18, 2024 22:55
@amfage amfage changed the title fix: pass compression as preset to tileindex-validate TDE-895 fix: pass compression as preset to tileindex-validate TDE-895 TDE-1151 Apr 18, 2024
@amfage amfage added this pull request to the merge queue Apr 18, 2024
Merged via the queue into master with commit 48ec916 Apr 18, 2024
4 checks passed
@amfage amfage deleted the fix/tileindex-validate-preset-tde-895 branch April 18, 2024 22:56
@@ -78,6 +82,7 @@ spec:
- '--scale={{= inputs.parameters.scale }}'
- '--validate={{= inputs.parameters.validate }}'
- '--retile={{= inputs.parameters.retile }}'
- '--preset={{= inputs.parameters.compression }}'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be preset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants