Hi, the document says
PFIO supports various container file formats to aggregate many small files into single large file with metadata mapping, e.g. HDF5, ZIP and Tar (and more in future)
but does PFIO currently support tar files at the moment or plan to add its support in the future?
When I quickly try it as follows, pfio did not recognize a tar file:
with pfio.v2.from_url('file:///absolute_path/to/tar_file.tar') as f:
# raises ValueError: /absolute_path/to/tar_file.tar must be a directory
...
Hi, the document says
but does PFIO currently support tar files at the moment or plan to add its support in the future?
When I quickly try it as follows, pfio did not recognize a tar file: