Skip to content

Add more configurable parameters to dataset methods? #37

@geek-yang

Description

@geek-yang

In the methods of dataset classes, there are many parameters which can be made configurable, for instance, chunks for loading data:

ds = xr.open_mfdataset(files, chunks={"latitude": 200, "longitude": 200})

These configurable data could be added as arguments to the methods in each dataset class. However, since currently we want our users to use zampy with recipes only (https://github.com/EcoExtreML/zampy/blob/main/docs/using_zampy.md), this may not help too much. We need to think about the design to bridge the gap.

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