fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
746 B
Text
14 lines
746 B
Text
BUFR = Binary Universal Form for the Representation of meteorological data.
|
|
BUFR is approved by WMO (World Meteorological Organization) as the standard
|
|
universal exchange format for meteorological observations, gradually
|
|
replacing a lot of older alphanumeric data formats.
|
|
|
|
This module provides methods for decoding and encoding BUFR messages, and
|
|
for displaying information in BUFR B and D tables and in BUFR flag and code
|
|
tables.
|
|
|
|
Installing this module also installs some programs: bufrread.pl,
|
|
bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See
|
|
https://wiki.met.no/bufr.pm/start for examples of use. For the majority of
|
|
potential users of Geo::BUFR I would expect these programs to be all that
|
|
you will need Geo::BUFR for.
|