read_evl

Contents

read_evl#

echoregions.read_evl(input_file: Union[str, Path], nan_depth_value: Optional[float] = None) Lines#

Read an EVL file into a Lines object.

Parameters
input_filestr, Path

A valid path to an EVL file

nan_depth_valuefloat, default None

Depth in meters to replace -10000.990000 ranges with.

Returns
Lines

Object that contains EVL data and metadata with methods for saving to file.