Skip to contents

Write tracks to an HDF5 file. Each track is written as "Group" in the HDF5 file. Each group consists of two 'DATASET': a) object_info, a data frame about the object's properties, and b) track_info, a data frame about the sequence of objects in the track, considering merging and splitting. -999 is missing value.

Usage

writeTracks2HDF5(
  final.df,
  extra.df,
  filename,
  output.path = ".",
  verbose = FALSE
)

Arguments

final.df

data frame containing the objects and their information. Including track ID (storms)

extra.df

data frame containing the segments of tracks, i.e., sequence of objects It is useful for calculating the translation speed and direction.

filename

file name

output.path

output path

verbose

Logical, indicating whether to display detailed output messages.

Value

HDF5 file

See also

Author

Ahmed Homoudi