File: template.8.missing_value.def

package info (click to toggle)
eccodes 2.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 154,404 kB
  • sloc: cpp: 162,953; ansic: 26,308; sh: 21,742; f90: 6,854; perl: 6,361; python: 5,172; java: 2,226; javascript: 1,427; yacc: 854; fortran: 543; lex: 359; makefile: 283; xml: 183; awk: 66
file content (15 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Missing value management

# Management of explicitly missing values is an alternative to bit-map use
# within the Overlay Section.
# It is intended to reduce the whole GRIB message size and to provide better
# performance when decoding data with missing values

# default = 0 means No explicit missing values included within data values
codetable[1] missingValueManagementUsed ('8.2.table',masterDir,localDir)=0;

#  Primary missing value substitute
unsigned[4] primaryMissingValueSubstitute;

#  Secondary missing value substitute
unsigned[4] secondaryMissingValueSubstitute;