Closed miniufo closed 4 years ago
It seems the version published at PyPI doesn't have it yet. Can you please release a new version?
Hi, the latest PyPI version is 0.2.0, which is released on Jun 22, 2022. The support of template
should be already included in this version.
Although multiple binary data files can be described by a single
.ctl
file using template keyword, sometimes one may need to deal with multiple.ctl
files and corresponding multiple.dat
files. So I think it would be convenient to add a methodopen_mfdataset('./test/*.ctl')
, which is similar toxarray.open_mfdataset('*.nc')
, for dealing with multiple.ctl
and binary files in consecutive times. This may not be too complicated usingxarray.concat
.