Introduction and Installation#

EchoRegions is a package containing tools for working with Echoview EVR and EVL files. The primary use of EchoRegions is to create masks for echograms, and more specifically, Sv (volume backscattering strength) echograms generated by Echopype.

Installation#

EchoRegions is available and tested for Python>=3.8. The latest branch can be installed via the following:

$ pip install git+https://github.com/OSOceanAcoustics/echoregions.git

To run in development mode, fork and clone the repository at Echoregions.

$ mamba create -c conda-forge -n er-dev --yes python=3.10 --file requirements.txt --file requirements-dev.txt
$ pip install -e