-
Notifications
You must be signed in to change notification settings - Fork 295
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
AGRI data fails with native
resampling`
#2266
Comments
All AGRI cases or one specific one? What are the shapes of every area and every DataArray data going into this? |
@simonrp84 in addition to my above questions, does this fail for all AGRI data cases? FY4A and FY4B? |
While making my FY-4B PR, I noticed that the COFF/LOFF and CFAC/LFAC values provided for AGRI appear to be incorrect - the per-channel area extents are subtly different and I believe that's what's causing this problem. I've asked the CMA for their opinion and it's probably not worth diagnosing the issue further right now until we hear back from them. |
Is there any progress now? I've found this problem with FY4B data except for the 1km data |
@MengXin001 This might now be fixed after PR #2533 was merged, we'd welcome any feedback you have on that! Unfortunately I am away right now and don't have any AGRI data to test with... |
@simonrp84 @MengXin001 did you have time to check this? can you confirm this is fixed now? |
I've not had any chance to test this yet, hopefully @MengXin001 has! |
Apologies for my tardiness, I've just finished testing and the issue has been fixed correctly, it works well! |
Thank you for confirming @MengXin001 ! we're closing this now then. |
Describe the bug
The
native
resampler no longer works for AGRI data if thereduce_data=True
option (default) is passed to the resampler.To Reproduce
Expected behavior
The scene is correctly resampled.
Actual results
The error is fixed with
reduce_data=False
The text was updated successfully, but these errors were encountered: