-
Notifications
You must be signed in to change notification settings - Fork 17
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
HIT L1B - validate standard rates data #1351
base: dev
Are you sure you want to change the base?
HIT L1B - validate standard rates data #1351
Conversation
-Add test to validate l1b standard rates product -Rename l1a_validation.py helper file to l1_validation.py to support both l1a and l1b validation tests -Update functions in helper file and add function to prepare standard rates validation data for comparison with product -Add TODOs
The checks are failing because the validation file is barely too large to add to the repo. Waiting for an updated file from HIT |
@vmartinez-cu, this might be a great use-case for the remote file updates @bourque did in #1336 |
Yes, I was thinking that after Matthew shared his work during the tag up today. Though I think the problem is that all the numbers in the file have way more decimal places than defined for this product which results in a large file. When I reduce them to just one decimal place, the file size goes down by half. I'm following up with HIT on this |
This PR adds a test to validate the L1B standard rates data. As part of this work, the helper test functions file
l1a_validation.py
was updated to apply to L1B validation as well.Closes #960
Updated Files