Hi,Joe.
I need some of your advice about to change data format, i have some CTD and ADCP data in matalab format and i want to provide service about them with DODS/DChart, so how should i to change the data format to netCDF?
I wonder whether i can make it with the help of MEXNC, SNCTOOLS, and the NetCDF Toolbox? And whether there are other ways of data management?
Thanks!
XC
How to change my matalab data to netCDF data
Submitted by xc on Mon, 05/11/2009 - 00:18
Published in
Re: How to change my matalab data to netCDF data
I'm not a MATLAB user myself, so I can't speak from personal experience, but the tools you mentioned should work. Alternatively, you could use MATLAB to convert the data to ASCII and then use one of the many netCDF tools (a comprehensive list is available at http://www.unidata.ucar.edu/software/netcdf/software.html) that are out there to convert to netCDF.
ncdump + ncgen: to make a *.nc file
Hi, guys. I think use the ncdump and ncgen is a simple way.
First,ncdump a *.nc and save it as a *.cdl. Then put your own data into the *.cdl. Finally, ncgen your *.cdl to your own *.nc.