addfile_awx¶
- mipylib.dataset.midata.addfile_awx(fname, getfn=True)¶
Add a AWX data file (Satellite data file format from CMA). use this function is the file has no
.awxsuffix, otherwise useaddfilefunction.- Parameters
fname – (string) The AWX file name.
getfn – (string) If run
__getfilenamefunction or not. Default isTrue.
- Returns
(DimDataFile) Opened file object.
