1. Description
The BUFR decoding process using this repository works correctly for several regions (e.g. Metropole, Réunion, Antilles), but fails when processing data from New Caledonia.
The decoder fails due to missing local BUFR tables and results in incorrect decoding of both metadata and time fields.
2. Error log
Filesize: 0.01 MB
BUFR
total size: 1598216
version:
size: 18
master table:
originating centre: 85
originating subcentre: 0
section 2 present: 1
time: 4366-11-29 21:52:00
Table bufr/tables/0/wmo/5/element.table unavailable
Table bufr/tables/0/local/8/85/0/element.table unavailable
Table bufr/tables/0/wmo/5/sequence.def unavailable
Table bufr/tables/0/local/8/85/0/sequence.def unavailable
FATAL: Unknown sequence 301001, cannot continue
3. Suspected cause
- Originating centre: 85 (likely TAAF / New Caledonia / overseas territory feed)
- Requires specific local BUFR tables (version 8/85/0) which are not included in repository
- Sequence 301001 is not present in fallback WMO tables
- Time decoding likely depends on correct descriptor interpretation (currently misaligned due to missing tables → corrupt datetime)
Because this platform doesn't allow uploading BUFR files, you can download my sample BUFR file via this URL:
https://drive.google.com/file/d/1MhlVJkk2bFh9ghfAjZCu52wt3Hy-HtPz/view?usp=sharing
1. Description
The BUFR decoding process using this repository works correctly for several regions (e.g. Metropole, Réunion, Antilles), but fails when processing data from New Caledonia.
The decoder fails due to missing local BUFR tables and results in incorrect decoding of both metadata and time fields.
2. Error log
Filesize: 0.01 MB
BUFR
total size: 1598216
version:
size: 18
master table:
originating centre: 85
originating subcentre: 0
section 2 present: 1
time: 4366-11-29 21:52:00
Table bufr/tables/0/wmo/5/element.table unavailable
Table bufr/tables/0/local/8/85/0/element.table unavailable
Table bufr/tables/0/wmo/5/sequence.def unavailable
Table bufr/tables/0/local/8/85/0/sequence.def unavailable
FATAL: Unknown sequence 301001, cannot continue
3. Suspected cause
Because this platform doesn't allow uploading BUFR files, you can download my sample BUFR file via this URL:
https://drive.google.com/file/d/1MhlVJkk2bFh9ghfAjZCu52wt3Hy-HtPz/view?usp=sharing