Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/** Read BUFR Code / Flag tables. */
public class CodeFlagTables {
private static org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(CodeFlagTables.class);
private static final String CodeFlagFilename = "wmo/BUFRCREX_37_0_0_CodeFlag_en.xml";
private static final String CodeFlagFilename = "wmo/BUFRCREX_41_0_0_CodeFlag_en.xml";
static Map<Short, CodeFlagTables> tableMap;

public static CodeFlagTables getTable(short id) {
Expand Down
2 changes: 1 addition & 1 deletion bufr/src/main/java/ucar/nc2/iosp/bufr/tables/TableA.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/** Read standard WMO Table A (data categories). */
public class TableA {
private static org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(TableA.class);
private static final String TABLEA_FILENAME = "wmo/BUFR_37_0_0_TableA_en.xml";
private static final String TABLEA_FILENAME = "wmo/BUFR_41_0_0_TableA_en.xml";
private static Map<Integer, Descriptor> tableA;
private final String name;
private final String location;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ WMO.25, 0, 0, 25, 0, -1, resource:/resources/bufrTables/wmo/B
WMO.32, 0, 0, 32, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_32_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_32_0_0_TableD_en.xml, wmo_xml
WMO.33, 0, 0, 33, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_33_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_33_0_0_TableD_en.xml, wmo_xml
WMO.37, 0, 0, 37, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_37_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_37_0_0_TableD_en.xml, wmo_xml
WMO.any,0, 0, -1, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_37_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_37_0_0_TableD_en.xml, wmo_xml
WMO.41, 0, 0, 41, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_41_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_41_0_0_TableD_en.xml, wmo_xml
WMO.any,0, 0, -1, 0, -1, resource:/resources/bufrTables/wmo/BUFRCREX_41_0_0_TableB_en.xml, wmo_xml, resource:/resources/bufrTables/wmo/BUFR_41_0_0_TableD_en.xml, wmo_xml
#
# NCEP
# see http://www.emc.ncep.noaa.gov/mmb/data_processing/bufrtab_tablea.htm#1
Expand Down
3 changes: 3 additions & 0 deletions bufr/src/main/resources/resources/bufrTables/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,6 @@ BUFR Tables log
11/23/2014 caron
download src/main/sources/wmo/BUFRCREX_22_0_1.zip
from http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI2/LatestVERSION/LatestVERSION.html

2025-02-14 sarms
updated wmo tables to v41
Loading