Skip to contents

Write a time series and metadata into HDF5 format

Usage

write_H5(file, tsobj, meta.list = NULL)

Arguments

file

Path to output HDF5 file.

tsobj

A time series object of class `ts` (e.g., output of `ts()`).

meta.list

A named list of additional metadata to store. Names should be full HDF5 paths (e.g., "quality/simple/DQmask").

Value

Invisibly returns the HDF5 file path.