Skip to content

Small tool to convert cdf files (NetCDF text files) to CSV

License

Notifications You must be signed in to change notification settings

tokkenno/cdf2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdf2csv

Small tool to convert CDF files (NetCDF text files) to CSV.

cdf2csv.exe inputFilePath.cdf

Convert .nc or .nc4 files

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

Can cdf2csv convert from csv to cdf?

No. The header info is lost in the conversion to csv and can not be reconstructed.

System requeriments

  • Windows with .Net Framework 4
  • Linux or macOS with Mono Runtime 4.0

About

Small tool to convert cdf files (NetCDF text files) to CSV

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages