Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@csjx csjx released this 16 Dec 20:30

The 1.3.0 release improves support for managing the data archive and instrument drivers. Features and bug fixes include:

  • Better handling of the pacioos-2020-format for nearshore instrument data.
  • The manage-instruments includes a new status option (-l) to list the status of each instrument
  • The SimpleTextSource class includes better handling of streaming data when the instruments are sporadically online.
  • Other minor bug fixes

See the new manage-instruments usage help:

$ manage-instruments -h

Usage:
manage-instruments -l
manage-instruments -c driver|archiver -o start|stop [-a] [-h] [-i instr1] [-i instr2] [-i instrN]
manage-instruments -c rebuilder -i instr [-d directory]

List the status of all instrument drivers and archivers, or
start or stop one or more instrument source drivers or archivers by optionally providing the instrument id.

Alternatively, rebuild an instrument archive by providing the instrument id, and either a file
with samples to add to the archive, or an existing raw archive directory path.

OPTIONS:

    -a  Start, stop or show status for all configured instruments
    -c  The command to run, 'driver', 'archiver', 'rebuilder', to stream, archive, or rebuild data.
    -h  Show this message.
    -i  The instrument id. Use -i multiple times for multiple instruments. Use once for a rebuild.
    -l  List the status of all drivers and archivers.
    -o  Indicate which operation to perform, start, stop, or status (requires 'driver' or 'archiver' commands).
    -d  The existing instrument archive to rebuild (requires 'rebuilder' command).
    -V  Show the version (1.3.0)