convert_hdf_to_netcdf

psipy.io.mas.convert_hdf_to_netcdf(directory, var)

Read in a set of HDF files, and save them out to NetCDF files.

This is helpful to convert files for loading lazily using dask.

Warning

This will create a new set of files that same size as all the files read in. Make sure you have enough disk space before using this function!