{"id":35769887,"url":"https://github.com/ices-tools-dev/echosms","last_synced_at":"2026-02-22T23:28:07.773Z","repository":{"id":242552072,"uuid":"804817270","full_name":"ices-tools-dev/echoSMs","owner":"ices-tools-dev","description":"Making acoustic scattering models available to fisheries and plankton scientists via the world wide web","archived":false,"fork":false,"pushed_at":"2026-02-13T22:15:55.000Z","size":12925,"stargazers_count":18,"open_issues_count":9,"forks_count":6,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-02-14T01:40:17.298Z","etag":null,"topics":["acoustics","backscatter","fisheries","models","plankton","scattering"],"latest_commit_sha":null,"homepage":"https://ices-tools-dev.github.io/echoSMs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ices-tools-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-23T10:27:10.000Z","updated_at":"2026-02-13T22:06:20.000Z","dependencies_parsed_at":"2025-12-28T21:03:34.973Z","dependency_job_id":null,"html_url":"https://github.com/ices-tools-dev/echoSMs","commit_stats":{"total_commits":225,"total_committers":3,"mean_commits":75.0,"dds":0.08444444444444443,"last_synced_commit":"35780a2a7dd401480d1304ceef04f567a24a59ec"},"previous_names":["ices-tools-dev/echosms"],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/ices-tools-dev/echoSMs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ices-tools-dev%2FechoSMs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ices-tools-dev%2FechoSMs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ices-tools-dev%2FechoSMs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ices-tools-dev%2FechoSMs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ices-tools-dev","download_url":"https://codeload.github.com/ices-tools-dev/echoSMs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ices-tools-dev%2FechoSMs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29489330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acoustics","backscatter","fisheries","models","plankton","scattering"],"created_at":"2026-01-07T03:12:30.723Z","updated_at":"2026-02-22T23:28:07.769Z","avatar_url":"https://github.com/ices-tools-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echoSMs\n\n[![Static badge](https://img.shields.io/pypi/v/echosms.svg)](https://pypi.org/project/echosms/)\n[![Static badge](https://img.shields.io/github/license/ices-tools-dev/echosms)](https://raw.githubusercontent.com/ices-tools-dev/echoSMs/refs/heads/main/LICENSE)\n[![python](https://img.shields.io/pypi/pyversions/echosms.svg?logo=python\u0026logoColor=white)](https://pypi.org/project/echosms/)\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ices-tools-dev/echoSMs/publish-to-pypi.yml)](https://github.com/ices-tools-dev/echoSMs/actions/workflows/publish-to-pypi.yml)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ices-tools-dev/echoSMs/build-docs.yml?label=docs)](https://github.com/ices-tools-dev/echoSMs/actions/workflows/build-docs.yml)\n\n\u003e Making acoustic scattering models available to fisheries and plankton scientists via the world wide web\n\nEchoSMs 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.\n\n## Install\n\nEchoSMs is available on the python Package Index as [echosms](https://pypi.org/project/echosms/) and will be available on conda-forge in the future.\n\nTo install the core library:\n```bash\npip install echosms\n```\n\nTo install with the optional GUI shape viewer:\n```bash\npip install echosms[viewer]\n```\n\n## Documentation\n\nEchoSMs documentation is available [here](https://ices-tools-dev.github.io/echoSMs/).\n\n## Viewer\n\nEchoSMs includes a GUI tool for visualizing organism shapes. If installed with the `[viewer]` option, you can launch it using:\n\n```bash\nechosms-view\n```\n\n## Contributing\n\nWe 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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fices-tools-dev%2Fechosms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fices-tools-dev%2Fechosms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fices-tools-dev%2Fechosms/lists"}