Skip to content

benchmark different downscaling schemes #5

Description

@d-v-b
  • 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions