write_evr

Contents

write_evr#

echoregions.write_evr(evr_path: str, mask: DataArray, region_classification: str = '', echoview_version: str = 'EVRG 7 12.0.341.42620')#

Writes region data to an Echoview Region (*.evr) file.

Parameters
evr_pathstr

Path to the output .evr file.

maskxr.DataArray

A binary 2D mask containing ‘ping_time’ and ‘depth’ coordinates for contour mapping.

modestr

Writer mode.

region_classificationstr

Region classification. Assumes single type of region classification. # TODO alongside with the other arguments, make this something that allows multiple region classifications.

echoview_versionstr, optional

Version information for Echoview, by default “EVRG 7 12.0.341.42620”.

Returns
None