oasislmf.pytools.data_layer.conversions.footprint

Module Contents

Functions

convert_bin_to_parquet(→ None)

Converts the data from a binary file to a parquet file.

main(→ None)

The entrypoint for convertbintoparquet command converting the footprint.bin file in the current directory to a

oasislmf.pytools.data_layer.conversions.footprint.convert_bin_to_parquet(static_path: str) None[source]

Converts the data from a binary file to a parquet file.

Args:

static_path: (str) the path to the static file

Returns: None

oasislmf.pytools.data_layer.conversions.footprint.main() None[source]

The entrypoint for convertbintoparquet command converting the footprint.bin file in the current directory to a footprint.parquet file.

Returns: None