Known Issues#
There are a couple of known ‘quirks’ in sdf-xarray:
Issue #57 Loading multiple SDF files with
open_mfdatasetcan lead to out-of-memory errors. The issue is believed to stem from how the underlyingxarraylibrary handles coordinates, causing it to infer an excessively large array shape that requests far more memory than is needed. Due to the significant architectural changes required for a fix, the maintainers do not plan to resolve this. The recommended solution is to load the files individually or in smaller batches.