Is there a quick and simple way to convert HDF5 files to netcdf(4) from the command line in bash? Alternatively a simple script that handle such a conversion automatically in R
You can easily convert hdf5 format data to nedtcdf-4 data by this command which is given below:
ncks inputfile_name.h5 outputfile_name.nc
Note: this inputfile.h5 data I have got from mosdac website.