read
- MHS_HDF.read(file_info, mask_and_scale=True, **kwargs)[source]
 Read and parse MHS AAPP HDF5 files and load them to xarray
- Parameters:
 file_info – Path and name of the file as string or FileInfo object. This can also be a tuple/list of file names or a path with asterisk.
mask_and_scale – Where the data contains missing values, it will be masked with NaNs. Furthermore, data with scaling attributes will be scaled with them.
**kwargs – Additional keyword arguments that are valid for
NetCDF4.
- Returns:
 A xrarray.Dataset object.