hoops_ai.storage.convert_storage
- hoops_ai.storage.convert_storage(source_handler, dest_handler)
Converts data from one storage handler to another.
- Parameters:
source_handler (DataStorageHandlerBase) – The source storage handler (e.g., JSON handler).
dest_handler (DataStorageHandlerBase) – The destination storage handler (e.g., Zarr handler).
- Return type:
None