-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
It would be great to have a "fast path" option for open_mfdataset
, in which all alignment / coordinate checking is bypassed. This would be used in cases where the user knows that many netCDF files all share the same coordinates (e.g. model output, satellite records from the same product, etc.). The coordinates would just be taken from the first file, and only the data variables would be read from all subsequent files. The only checking would be that the data variables have the correct shape.
Implementing this would require some refactoring. @jbusecke mentioned that he had developed a solution for this (related to #1704), so maybe he could be the one to add this feature to xarray.
This is also related to #1385.
dcherian, jhamman, delgadom, j08lue, apatlpo and 4 more
Metadata
Metadata
Assignees
Labels
No labels