Skip to content

xarray adapter #62

Description

@clbarnes

Certain transformations can be applied to xarray, only operating on the coordinate vectors (possibly reordering them by transposing the main array).

These transform types could subclass a mixin, or the Transform could expose a method which may return None.

What should work:

  • identity
  • scale
  • translation
  • reflection
  • mapAxis
  • wrappers of the above:
    • sequence
    • bydimension
    • bijection

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions