ECC-1797: GRIB2: Correct order of keys in templates 4.51 and 4.91 regarding the WMO Manual on Codes

This commit is contained in:
shahramn 2024-04-05 14:54:20 +01:00
parent 54d415cc4d
commit fab9f0ec6b
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ unsigned[1] numberOfCategories : dump;
# Categories
categories list(numberOfCategories) {
codetable[1] categoryType ('4.91.table',masterDir,localDir): dump;
unsigned[1] codeFigure : dump;
codetable[1] categoryType ('4.91.table',masterDir,localDir): dump;
unsigned[1] scaleFactorOfLowerLimit : can_be_missing,dump ;
unsigned[4] scaledValueOfLowerLimit : can_be_missing,dump ;
unsigned[1] scaleFactorOfUpperLimit : can_be_missing,dump;