Skip to content

Keep data lazy in class STDataset #75

Description

@SarahAlidoost

Currently we read data using xr.open_mfdataset and create dataset using STDataset. We can specify chunks in xr.open_mfdataset when data is large, but STDataset doesnot respect it. .values and from_numpy calls in STDataset class, data is not lazy and the benefit of chunking is mostly lost. We want refactor STDataset so data stays lazy, see this comment.

Metadata

Metadata

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