Dump NetCDF files to CSV.
Frustrated by ncdump? Try nc2csv!
- See your data in columns
- Easily inspect values across variables
Save the csv to a file.
nc2csv file.nc > file.csvConsider using with the excellent xsv utility: https://github.com/martijn/xsv
nc2csv file.nc | xsv table | less -SBeautiful tables in your terminal!