oasislmf.pytools.data_layer.conversions.correlations ==================================================== .. py:module:: oasislmf.pytools.data_layer.conversions.correlations .. autoapi-nested-parse:: This file defines the functions that convert correlations. Functions --------- .. autoapisummary:: oasislmf.pytools.data_layer.conversions.correlations.convert_csv_to_bin oasislmf.pytools.data_layer.conversions.correlations.convert_bin_to_csv Module Contents --------------- .. py:function:: convert_csv_to_bin(file_path: str, file_out_path: str = '') -> None Converts the correlations data from a CSV file to a binary file. Args: file_path: (str) path to the file being converted Returns: None .. py:function:: convert_bin_to_csv(file_path: str, file_out_path: str = '') -> None Converts the correlations data from a binary file to a CSV file. Args: file_path: (str) path to the file being converted Returns: None