The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RObufr - Perl interface to BUFR files for ground-based GNSS and Radio Occultation data

SYNOPSIS

  use RObufr;

  my $b = RObufr->new(EDITION   => $edition,
                       TIME      => $startTime,
                       LAT       => $lat,
                       LON       => $lon,
                       MSGPREFIX => $msgprefix,
                       GTSHDR    => $gtshdr);
  my $bufr = $b->bufr($values);                     
  

DESCRIPTION

  A perl BUFR encoding and decoding library
  specially tailored to writing radio occultation and ground-based GNSS BUFR files at UCAR

AUTHOR

Doug Hunt, dhunt(at)ucar.edu.

SEE ALSO

perl(1), PDL(1)