ContinuumIO / xarray_filters

A Pipeline approach to chaining common xarray data structure conversions
3 stars 10 forks source link

Implement MLDataset.load(), optionally using earthio.load_layers() #43

Closed gbrener closed 6 years ago

gbrener commented 6 years ago

From https://github.com/ContinuumIO/earthio/issues/31#issuecomment-341821415 , @PeterDSteinberg and I agreed that we'd keep xarray_filters decoupled from earthio by exposing a method called load() from the MLDataset class, which would infer - or accept as an option - the type of data being loaded, and call earthio.load_layers() as an implementation detail if strictly necessary.

PeterDSteinberg commented 6 years ago

Fixed by #44