Source code for oasislmf.pytools.converters.tools.weights
from oasislmf.pytools.common.data import vulnerability_weight_headers, vulnerability_weight_dtype, vulnerability_weight_fmt
[docs]
dtype = vulnerability_weight_dtype
[docs]
fmt = vulnerability_weight_fmt
[docs]
cli_support = ['bintocsv', 'csvtobin']