-
Notifications
You must be signed in to change notification settings - Fork 7
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
[BUG]Bug when retreiving sensor, product_level and product list in info.py #72
Comments
Can you provide a aws s3 path or gcs path of the directory where such patterns occurs? I never encountered it @lllliso |
Hi @ghiggi , the protocol is s3 and the satellite goes-16. The function that triggers the error is goes_api.get_available_online_product(protocol="s3", satellite="goes-16"). |
Ah now I see. For GOES16 they put online a new Rad product with the reprocessed radiance archive with the GSIC coefficients. |
Yes it blocks the download. But in my fork it is fixed. |
Anyhow excelent work! |
Is there an existing issue for this?
Current Behavior
When retrieving sensor, product_level and product list in info.py some products with 4 fields trigger an error downstream. Ie 'ABI-L1b-RadC-Repro', 'ABI-L1b-RadF-Repro' produce an unexpected len 4 list.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
I am doing a pull request for that not sure if you have tests in the repo, anyway the fix simple
The text was updated successfully, but these errors were encountered: