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

POST /jobs incorrectly accepts Sentinel-1 granules with "partial dual" polarizations #376

Closed
asjohnston-asf opened this issue Mar 11, 2021 · 0 comments · Fixed by #462
Closed

Comments

@asjohnston-asf
Copy link
Member

HyP3 jobs do not currently support the rare "Partial dual polarization" Sentinel-1 products, but the HyP3 API allows jobs to be submitted with these granules. Such jobs always result in a a FAILED status.

Example: S1A_IW_SLC__1SVH_20141012T051822_20141012T051850_002792_003250_912E

The regular expressions for acceptable S1 granule names should be updated to accept SV/SH/DV/DH in the polarization token, and to reject VV/HH/VH/HV. For more information, refer to the Sentinel-1 Naming Convention.

https://github.com/ASFHyP3/hyp3/blob/develop/apps/api/src/hyp3_api/api-spec/job_parameters.yml.j2#L54-L68

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

Successfully merging a pull request may close this issue.

1 participant