Changes between Initial Version and Version 1 of Ticket #358


Ignore:
Timestamp:
09/04/09 20:29:12 (15 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #358

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #358 – Description

    initial v1  
    99 * If the '''_FillValue''' attribute is present, the data having this value is treated as missing and it is replaced with zero. This feature it is usually related with the land/sea masking.
    1010
    11 Notice that the NetCDF attribute convention saids:
     11Notice that the NetCDF attribute convention stipulates:
    1212
    1313"When '''scale_factor''' and '''add_offset''' are used for packing, the associated variable (containing the packed data) is typically of type byte or short, whereas the unpacked values are intended to be of type '''float''' or '''double'''. The attributes '''scale_factor''' and '''add_offset''' should both be of the type intended for the unpacked data, e.g. '''float''' or '''double'''".