-
Notifications
You must be signed in to change notification settings - Fork 42
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_(cube_)spatial: support metadata transform #690
Comments
This issue (and mainly its related fix to the backend) is relevant for EUGW as one pipeline produces incorrect results when reprojecting |
Is there any pointer to a concrete use case or snippet where this goes wrong? |
Here is a job-id that gives incorrect results: j-2501091523364ccc8d462ddee1e5b385 |
can you also comment on what is wrong with the result (what you get versus what you expect)? |
python code to recreate the above images:
|
started with pull request #712 |
The cube metadata classes currently do not support resampling the spatial dimension. As a consequence, this metadata is incorrect and misaligned with the actual state on the server.
Server-side, the same problem exists in our 'dry-run' setup: no resampling, so incorrect metadata.
By implementing this in this repo, we can solve both problems at once.
For the user, better client metadata for cubes gives another means to detect issues early.
The text was updated successfully, but these errors were encountered: