Small tool to convert CDF files (NetCDF text files) to CSV.
cdf2csv.exe inputFilePath.cdf
This tool can't do the conversion directly. You can use ncdump (in the original NetCDF-C tools) to convert it to .cdf and then you can use cdf2csv already.
ncdump inputFilePath.nc > outputFilePath.cdf
No. The header info is lost in the conversion to csv and can not be reconstructed.
- Windows with .Net Framework 4
- Linux or macOS with Mono Runtime 4.0