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

from oasislmf.pytools.lec.data import EPT_headers, EPT_dtype, EPT_fmt


[docs] headers = EPT_headers
[docs] dtype = EPT_dtype
[docs] fmt = EPT_fmt
[docs] cli_support = ['bintocsv', 'csvtobin', 'bintoparquet', 'parquettobin']