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

benchmark different downscaling schemes #5

Open
d-v-b opened this issue Mar 31, 2021 · 0 comments
Open

benchmark different downscaling schemes #5

d-v-b opened this issue Mar 31, 2021 · 0 comments

Comments

@d-v-b
Copy link
Collaborator

d-v-b commented Mar 31, 2021

  • compare da.coarsen vs da.map_blocks vs xarray.DataArray.map_blocks
  • compare "chained / recursive" downscaling vs "dispersive" downscaling (the current method). Memory usage should be much better for the former approach, but it imposes a more restrictive dependency graph on computations. And it's not clear how chained downscaling can work for nonlinear aggregation methods (e.g., mode) without augmenting the return type (e.g., return an array + counts instead of just an array)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant