Skip to main content

Module convert

Module convert 

Source
Expand description

Convert external data formats into Hexz snapshots.

Supports:

  • tar: Pure Rust via the tar crate (streaming, no extraction)
  • hdf5: Delegates to Python (hexz.convert())
  • webdataset: Delegates to Python (hexz.convert())

Functionsยง

run
Execute the convert command.