Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
Line 156: | Line 156: | ||
== NetCDF utilities == | == NetCDF utilities == | ||
There are several | There are several utilities that read or write files in different formats. | ||
* ncdump | * ncdump | ||
: "The ncdump tool generates the CDL text representation of a netCDF dataset on standard output, optionally excluding some or all of the variable data in the output. The output from ncdump is intended to be acceptable as input to ncgen. Thus ncdump and ncgen can be used as inverses to transform data representation between binary and text representation." See [https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf/ncdump.html ncdump] on the UCAR site for more. | |||
* | * ncgen | ||
This utility takes an input file in CDL format and creates a binary netCDF file. It is the reverse of ncdump. | : This utility takes an input file in CDL format and creates a binary netCDF file. It is the reverse of ncdump. See [https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf/ncgen.html#ncgen ncgen] for more. | ||
*nccopy | *nccopy | ||
: Copies a netCDF file and can change binary format, chunk sizes, compression, and other storage settings. See [https://www.unidata.ucar.edu/software/netcdf/workshops/2011/utilities/Nccopy.html nccopy] for more. |