-
Notifications
You must be signed in to change notification settings - Fork 15
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
resample_spatial missing dimensions causing a crash #249
Conversation
…rojection in the resample_spatial process
…s to fetch process specs
… N dimensional transpose support to keep the data.openeo functionality
…l. Updated test_resample to test different combinations (x,y,bands),(x,y,t),(x,y)
Latest commit should fix this issue, @clausmichele @ValentinaHutter can you please review the test as I am not 100% sure it works the way I want it to. It should basically test the different combinations |
Hi @jzvolensky, I've reviewed the code and it is fine for me. Please change the status of the PR from draft to ready. |
@jzvolensky tests are not passing anymore. From a quick check it seems for that for Python 3.9 the issue seems related to the odc package. For python 3.10 and 3.11 the error seems to be in how you are calling the |
We have been looking into the |
If dimensions are missing the resample_spatial crashes as it is out of range.
Fix + updated test is on the way