oasislmf.pytools.data_layer.conversions.correlations

This file defines the functions that convert correlations.

Module Contents

Functions

convert_csv_to_bin(→ None)

Converts the correlations data from a CSV file to a binary file.

convert_bin_to_csv(→ None)

Converts the correlations data from a binary file to a CSV file.

oasislmf.pytools.data_layer.conversions.correlations.convert_csv_to_bin(file_path: str, file_out_path: str = '') None[source]

Converts the correlations data from a CSV file to a binary file.

Args:

file_path: (str) path to the file being converted

Returns: None

oasislmf.pytools.data_layer.conversions.correlations.convert_bin_to_csv(file_path: str, file_out_path: str = '') None[source]

Converts the correlations data from a binary file to a CSV file.

Args:

file_path: (str) path to the file being converted

Returns: None