Skip to content

5tefan/nc2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nc2csv

Dump NetCDF files to CSV.

Frustrated by ncdump? Try nc2csv!

  • See your data in columns
  • Easily inspect values across variables

Examples

Save the csv to a file.

nc2csv file.nc > file.csv

Consider using with the excellent xsv utility: https://github.com/martijn/xsv

nc2csv file.nc | xsv table | less -S

Beautiful tables in your terminal!

About

Dump a NetCDF file to CSV.

Topics

Resources

License

Stars

Watchers

Forks

Languages