core.scripts.uncompress#

Uncompresses downloaded S2EF datasets to be used by the LMDB preprocessing script - preprocess_ef.py

Attributes#

Functions#

read_lzma(→ None)

decompress_list_of_files(→ None)

get_parser(→ argparse.ArgumentParser)

main(→ None)

Module Contents#

core.scripts.uncompress.read_lzma(inpfile: str, outfile: str) None#
core.scripts.uncompress.decompress_list_of_files(ip_op_pair: tuple[str, str]) None#
core.scripts.uncompress.get_parser() argparse.ArgumentParser#
core.scripts.uncompress.main(args: argparse.Namespace) None#
core.scripts.uncompress.parser: argparse.ArgumentParser#