2007 Unidata NetCDF Workshop for Developers and Data Providers > Introduction to NetCDF-4
11.3 Strings
The String type can replace character arrays for most purposes.
- Strings are accessed atomically
- Arrays of strings of different lengths do not waste space
- An array of strings can represent multi-line text without using
embedded newline characters
2007 Unidata NetCDF Workshop for Developers and Data Providers > Introduction to NetCDF-4