Replies: 1 comment 1 reply
-
This is probably a better issue for the xCDAT repo than Xarray -- feel free to open another issue is there's a legitimate Xarray issue, though! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It feels like xcdat is slow on import (i.e.,
import xcdat
), though I recognize it only takes ~6s. This is much slower than other libraries (xarray, pandas, and scipy clock in under 1s). They are probably loading sub-modules or dependencies on demand. Some questions:lazy_loader
?Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions