Skip to content

Switch np calls to xarray.ufuncs #513

@freemansw1

Description

@freemansw1

Now that we have migrated to xarray, one step towards allowing for better dask enabled computations would be to switch all internal numpy calls to xarray ufuncs calls (https://docs.xarray.dev/en/stable/api.html#universal-functions). This will call the appropriate array operator instead of having to load into memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAddition of new features, or improved functionality of existing features

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions