oasislmf.pytools.converters.bintoparquet.manager¶
Attributes¶
Functions¶
|
|
|
Convert bin file to parquet file based on file type |
Module Contents¶
- oasislmf.pytools.converters.bintoparquet.manager.default_toparquet(stack, file_in, file_out, file_type)[source]¶
- oasislmf.pytools.converters.bintoparquet.manager.bintoparquet(file_in, file_out, file_type, **kwargs)[source]¶
Convert bin file to parquet file based on file type
- Parameters:
file_in (str | os.PathLike) – Input file path
file_out (str | os.PathLike) – Output file path
file_type (str) – File type str from SUPPORTED_BINTOPARQUET
**kwargs – additional keyword arguments forwarded to the file type specific converter