Source code for oasislmf.pytools.converters.tools.correlations

from oasislmf.pytools.common.data import correlations_headers, correlations_dtype, correlations_fmt


[docs] headers = correlations_headers
[docs] dtype = correlations_dtype
[docs] fmt = correlations_fmt
[docs] cli_support = ['bintocsv', 'csvtobin']