-
Notifications
You must be signed in to change notification settings - Fork 18
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
validation script modified to handle both CSLC and static layer HDF5s #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LiangJYu for taking care of the validation of the static layer. I've left some suggestion and questions.
the PR looks good to me overall, so I will approve this PR to expedite the process.
Co-authored-by: Seongsu Jeong <sjeong.kr@gmail.com>
Co-authored-by: Seongsu Jeong <sjeong.kr@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can we have the |
…opera-adt#124) * validation modified to handle both CSLC and static layer HDF5s * Add hashbang to enable scripting Co-authored-by: Seongsu Jeong <sjeong.kr@gmail.com>
This PR modifies
compass.utils.validate_cslc
, renamed tovalidate_products
, to handle both CSLC and static layer HDF5s.Usage:
CSLC:
python -m compass.utils.validate_product -r <ref HDF5> -s <sec HDF5> -p CSLC
static layer:
python -m compass.utils.validate_product -r <ref HDF5> -s <sec HDF5> -p static_layer