Skip to content

Commit

Permalink
Merge pull request #621 from NOAA-EMC/jba_updates
Browse files Browse the repository at this point in the history
update documentation to reflect new WMO hyperlinks
  • Loading branch information
jbathegit authored Sep 24, 2024
2 parents 7ba7a8f + 21e5305 commit a9236d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The NCEPLIBS-bufr library contains routines and utilites for working
with the [WMO
BUFR](https://library.wmo.int/index.php?lvl=notice_display&id=10684#.Y70OSNLMJH7)
BUFR](https://library.wmo.int/idurl/4/35625)
format. It is part of the
[NCEPLIBS](https://github.com/NOAA-EMC/NCEPLIBS) project.

Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ meteorological data.
## The BUFR Format

@anchor manual
The BUFR format is officially documented in [WMO Manual 306, Volume I.2](https://library.wmo.int/index.php?lvl=notice_display&id=10684#.X68yu8hKiUn).
The BUFR format is officially documented in [WMO Manual 306, Volume I.2](https://library.wmo.int/idurl/4/35625).
The latest edition of BUFR is edition 4, although edition 3 is still
in use in many parts of the world. A complete BUFR message consists
of the following sections:
Expand All @@ -42,7 +42,7 @@ BUFR is a table-driven format, meaning that new descriptors can be
encoded and decoded by adding them to tables which are read in by the
software, rather than having to modify the software itself. To that
end, WMO periodically releases new versions of their
[official WMO master BUFR tables](https://community.wmo.int/activity-areas/wmo-codes/manual-codes/latest-version),
[official WMO master BUFR tables](https://community.wmo.int/en/wis/latest-version),
to facilitate the continued exchange of meteorological data throughout
the global community.

Expand Down

0 comments on commit a9236d5

Please sign in to comment.