Skip to content

tar support #234

Description

@moskomule

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
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions