Previous: ncdump and ncgen together Next: NcML Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > NetCDF Utilities: ncdump and ncgen

5.11 Unicode Names
The netCDF library and utilities in versions 3.6.3 and later permit Unicode names for netCDF objects.

Both ncdump and ncgen can handle Unicode names in files. Example ncdump output:

dimensions:
	pressure = 10 ;
	pressão = 10 ;
	ciśnienie = 10 ;
	налягане = 10 ;
	压力 = 10 ;
	πίεση = 10 ;
	давление = 10 ;
	압력 = 10 ;
variables:
	float πίεση(πίεση) ;
		πίεση:standard_name = "air_pressure" ;
NetCDF-4 note: In netCDF-4 ncdump and ncgen, Unicode symbols are also permitted in names for groups, user-defined types, compound-type members, and enumeration symbols.

 


Previous: ncdump and ncgen together Next: NcML Table of contents Frames User guide
2009 Unidata NetCDF Workshop for Developers and Data Providers > NetCDF Utilities: ncdump and ncgen