https://github.com/ices-tools-dev/echosms
Making acoustic scattering models available to fisheries and plankton scientists via the world wide web
https://github.com/ices-tools-dev/echosms
acoustics backscatter fisheries models plankton scattering
Last synced: 3 months ago
JSON representation
Making acoustic scattering models available to fisheries and plankton scientists via the world wide web
- Host: GitHub
- URL: https://github.com/ices-tools-dev/echosms
- Owner: ices-tools-dev
- License: mit
- Created: 2024-05-23T10:27:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T22:15:55.000Z (3 months ago)
- Last Synced: 2026-02-14T01:40:17.298Z (3 months ago)
- Topics: acoustics, backscatter, fisheries, models, plankton, scattering
- Language: Python
- Homepage: https://ices-tools-dev.github.io/echoSMs/
- Size: 12.3 MB
- Stars: 18
- Watchers: 7
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# echoSMs
[](https://pypi.org/project/echosms/)
[](https://raw.githubusercontent.com/ices-tools-dev/echoSMs/refs/heads/main/LICENSE)
[](https://pypi.org/project/echosms/)
[](https://github.com/ices-tools-dev/echoSMs/actions/workflows/publish-to-pypi.yml)
[](https://github.com/ices-tools-dev/echoSMs/actions/workflows/build-docs.yml)
> Making acoustic scattering models available to fisheries and plankton scientists via the world wide web
EchoSMs provides acoustic scattering models for fisheries and plankton acoustic research. By providing the models in an open-access and open-source software language (e.g, Python, R) and providing morphological and anatomical data in open data formats (e.g., HDF5, relational databases), the proper and appropriate use of these models can extend to the entire fisheries and plankton acoustics’ community.
## Install
EchoSMs is available on the python Package Index as [echosms](https://pypi.org/project/echosms/) and will be available on conda-forge in the future.
To install the core library:
```bash
pip install echosms
```
To install with the optional GUI shape viewer:
```bash
pip install echosms[viewer]
```
## Documentation
EchoSMs documentation is available [here](https://ices-tools-dev.github.io/echoSMs/).
## Viewer
EchoSMs includes a GUI tool for visualizing organism shapes. If installed with the `[viewer]` option, you can launch it using:
```bash
echosms-view
```
## Contributing
We welcome all contributions to echoSMs, be it code, test cases, bug reports, discussion of models, etc. Guidance on this is available in the echoSMs [documentation](https://ices-tools-dev.github.io/echoSMs/#contributing-to-echosms).