oasislmf.pytools.converters.parquettobin.manager¶
Attributes¶
Functions¶
|
|
|
Convert parquet file to bin file based on file type |
Module Contents¶
- oasislmf.pytools.converters.parquettobin.manager.default_tobin(stack, file_in, file_out, file_type)[source]¶
- oasislmf.pytools.converters.parquettobin.manager.parquettobin(file_in, file_out, file_type, **kwargs)[source]¶
Convert parquet file to bin 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_PARQUETTOBIN
**kwargs – additional keyword arguments forwarded to the file type specific converter