Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Echoregions

GitHub License build Readthedocs PyPI version Conda version

Echoregions is a Python Package that interfaces with annotations of water column sonar data for training machine learning models or doing other downstream processing such as biomass estimation.

The annotations are typically regions indicating the presence of specific animal species or lines delineating ocean boundaries, such as the seafloor or sea surface, in the “echogram” (sonar images formed by echo returns). The interfacing functionalities operate in two directions:

At present, functionalities in the Annotation to ML direction have been built for interfacing the Echoview software that is widely used in the fisheries acoustics community. We plan to add functionalities in the ML to Annotation direction in the near future.

Functionalities

As of now, Echoregions contains functions to:

Note that in Echoregions, the underlying annotation data is stored as a Pandas dataframe, which allows users to directly leverage the powerful indexing and computing functionalities provided by Pandas.

Documentation

Learn more about Echoregions functions in the documentation at https://echoregions.readthedocs.io.

See the API documentation for all of the classes and functions available in echoregions.

Contributors

Echoregions development is currently led by Caesar Tuguinay (@ctuguinay), with inputs from Wu-Jung Lee (@leewujung), Valentina Staneva (@valentina-s), and Lloyd Izard (@LOCEANlloydizard). Kavin Nguyen (@ngkavin) contributed significantly to the initial version.

NOAA_fisheries_logo

License

Echoregions is licensed under the open source Apache 2.0 license.


Copyright (c) 2021-2026, Echoregions Developers.

Acknowledgments

We thank the NOAA Northwest Fisheries Science Center (NWFSC) Fisheries Engineering and Acoustics Team (FEAT) for supporting this project.