Writer Directives

The suffixes shown are prefixed by the current <WriterKeyword> in a mapping file. By default, the <WriterKeyword> for the NetCDF writer is NETCDF.

DATASET

The value for this keyword is the path of the output folder where the data will be written.

An example of the DATASET keyword in use is:

NETCDF_DATASET "C:\DATA\NETCDF\OUTPUT"

FORMAT

Specifies the format of the netCDF file to be written.

The CLASSIC format is the original netCDF format. It is the default format, and the form in which most netCDF data is stored.

The 64_BIT_OFFSET format is very similar to classic, except it allows creation of larger datasets than were possible with the classic format.

Values

CLASSIC (default) | 64_BIT_OFFSET