read_evl#

echoregions.read_evl(filepath: str, nan_depth_value: Optional[float] = None) echoregions.lines.lines.Lines#

Read an EVL file into a Lines object.

Parameters
filepathstr, Path object

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.