Skip to content
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

Performance issues with resample_in_space() #1001

Closed
forman opened this issue Jun 5, 2024 · 0 comments · Fixed by #1003
Closed

Performance issues with resample_in_space() #1001

forman opened this issue Jun 5, 2024 · 0 comments · Fixed by #1003
Assignees
Labels
enhancement New feature or request

Comments

@forman
Copy link
Member

forman commented Jun 5, 2024

Is your feature request related to a problem? Please describe.

The following issues are recurring when working with function resample_in_space() of module xcube.core.resampling:

  1. The returned target dataset may have coordinates of dtype float64 while the source or the target grid mapping was float32. Hence the values are no longer exactly the same.
  2. In the case of up-sampling, resample_in_space() takes considerable time to execute although it should be entirely lazy as it is a dask implementation.

Describe the solution you'd like

Somehow address/mitigate the issues above.

@forman forman self-assigned this Jun 5, 2024
@forman forman added the enhancement New feature or request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant