Writer Directives

The suffixes shown are prefixed by the currentin a mapping file. By default, thefor the NetCDF writer isNETCDF.

DATASET

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

An example of theDATASETkeyword 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