1BUOY2NC(1) UNIDATA DECODERS BUOY2NC(1)
2
3
4
6 buoy2nc - decodes Buoy reports and stores the reports in NetCDF format.
7
8
10 buoy2nc [-v] buoy.cdl [datadir]
11
13 This perl script processes input from STDIN in the WMO format for Buoy
14 raw data files. The output are files in the yyyymmddhh_buoy.nc file
15 format.
16
17
19 0) perl5 Installed on the system.
20
21 1) Latest version of netcdf-perl package is installed.
22
23 2) Requires file buoy.cdl for the netcdf utility 'ncgen' to create
24 template NetCDF file.
25
26 3) The ncgen utility is needed, paths are util/ncgen,
27 /usr/local/ldm/util/ncgen or ./ncgen
28
29 -v ie 'buoy2nc -v buoy.cdl' will output the reports in plain text
30 in the buoyLog.<PID>.nc log file in the datadir, very verbose.
31
32
33 datadir
34 The directory where the decoded files are stored, including the
35 log files and list of current processed reports. The default is
36 the current directory ".".
37
38
39
41 Command line:
42 % buoy2nc buoy.cdl < 96040100_boy.wmo
43
44
45 pqact.conf:
46 # Buoy perl decoder # buoy reports in yyyymmddhh_buoy.nc decoded
47 into NetCDF format
48
49 DDS|IDS ^SS.... ....
50 PIPE /usr/local/ldm/decoders/buoy2nc
51 etc/buoy.cdl
52 data/decoded
53
55 If you have problems with this program, then you should first examine
56 the decoders email archive for similar problems and how they were
57 solved. The email archive is available via the following World Wide
58 Web URL:
59
60 http://www.unidata.ucar.edu/packages/decoders
61
62 If this does not suffice and your site is a member of the Unidata pro‐
63 gram, then send an inquiry via email -- together will all relevant in‐
64 formation -- to
65
66 support@unidata.ucar.edu
67
68
69
70Printed: 119.6.22 $Date: 1996/10/23 22:30:11 $ BUOY2NC(1)