Enhancing the interoperability and scalability in analyzing ocean sonar data
Project description
Echopype
Echopype is a package built for enhancing the interoperability and scalability in ocean sonar data processing. These data are widely used for obtaining information about the distribution and abundance of marine animals, such as fish and krill. Our ability to collect large volumes of sonar data from a variety of ocean platforms has grown significantly in the last decade. However, most of the new data remain under-utilized. echopype aims to address the root cause of this problem - the lack of interoperable data format and scalable analysis workflows that adapt well with increasing data volume - by providing open-source tools as entry points for scientists to make discovery using these new data.
Installation
Echopype currently supports file conversion and computation of data produced by:
Simrad EK60 echosounder (.raw files)
ASL Environmental Sciences AZFP echosounders (.01A files)
The file conversion functionality converts data from manufacturer-specific binary formats into a standardized netCDF files, based on which all subsequent computations are performed. The data processing routines include calibration (instrument-specific), noise removal, and mean volume backscattering strength (MVBS) calculation.
Echopype can be installed from PyPI:
$ pip install echopype
or through conda:
$ conda install -c conda-forge echopype
When creating an conda environment to work with echopype, use the supplied environment.yml or do
$ conda create -c conda-forge -n echopype python=3.8 --file requirements.txt
Usage
Check out the echopype documentation for more details on installation and usage.
Watch the echopype talk at SciPy 2019 for background, discussions and a quick demo!
Contributors
Wu-Jung Lee (@leewujung) and Kavin Nguyen (@ngkavin) are primary developers of this project. Valentina Staneva (@valentina-s) provides consultation and also contributes to development. Other contributors are listed here.
We thank Dave Billenness of ASL Environmental Sciences for providing the AZFP Matlab Toolbox as reference for our development of AZFP support in echopype. We also thank Rick Towler of the Alaska Fisheries Science Center for providing low-level file parsing routines for Simrad EK60 and EK80 echosounders.
License
Echopype is licensed under the open source Apache 2.0 license.
Copyright (c) 2018–, echopype Developers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file echopype-0.3.0.tar.gz
.
File metadata
- Download URL: echopype-0.3.0.tar.gz
- Upload date:
- Size: 87.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200209 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bb2c7961d591935c774ecaa4414b84d5d55aea51ac880f1c1aa07ca78a7493b |
|
MD5 | 9aa8042d7025e32f505bbe386e77619a |
|
BLAKE2b-256 | ee1ac09f2b53f59a887055008651a7fd4009e76e0d48d05ff6e6f67366ab6dd7 |
File details
Details for the file echopype-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: echopype-0.3.0-py3-none-any.whl
- Upload date:
- Size: 71.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200209 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd2cea6280624050b3efdcce3664be279f23c29d3f48c7d45061152f46d7c935 |
|
MD5 | 754392d5b90034be0f3e9cdec5a0a0b1 |
|
BLAKE2b-256 | 628454bb24d1da80f06bc0c903abfbb4d40198ea2e1a8e66f61c38f1e096a8cf |