read_evr

Contents

read_evr#

echoregions.read_evr(input_file: Union[str, Path], min_depth: float = 0.0, max_depth: float = 1000.0) Regions2D#

Read an EVR file into a Regions2D object.

Parameters
input_filestr, Path

A valid path to an EVR file

min_depthfloat, default 0

Depth value in meters to set -9999.99 depth edges to.

max_depthfloat, default 1000

Depth value in meters to set 9999.99 depth edges to.

Returns
Regions2D

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