How can i convert an ASCII file to NetCDF?

2 次查看(过去 30 天)
sir/madam i'm trying to convert a large ASCII file into a NetCDF file through mat lab.
sir i have a data which was recorded in ADCP(Acoustic Doppler Current profiler),and downloaded it using ADCP(winsc) software,now i want to processes that file matlab,so that i need convert that raw data file .nc(netcdf) file.i executed commands like nccreate,ncwrite etc.but i am getting required file.can you suggest the sequence steps and coding,the size of file is 28Mb.

采纳的回答

Ashish Uthama
Ashish Uthama 2013-11-8
Kopparthi, I assume you meant to upload only the meta data in the text file. I am not familiar with ADCP so I am not sure how your raw data is organized. Please add more information to your question (eg - what are the data dimensions? (not file size), what are the dimension variables? how is the data organized in the text file? (row-major or col-major?) what type is it? (integer, double?) etc.
Note - The meta data can be written using ncwriteatt.
You mentioned you tried using nccreate and ncwrite, what did you try and how was it not the required file you wanted?
The help for ncwrite has an example which shows you how to 2D data.
  1 个评论
kopparthi
kopparthi 2013-12-4
I attached adcp tool box,please go thourgh it and kindly guide me to convert binary file into .nc file. ->(demo-9991wh000.00)=binary file..

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by