Seapopym
Description
Seapodym is a Python package that provides models to simulate the dynamics of low and mid trophic level marine ecosystems. It is designed to be used in the context of the Spatial Ecosystem And POpulation DYnamics Model (SEAPODYM) project.
This package was developed by Jules Lehodey as part of his thesis “Data driven modeling approach of mesozooplankton and micronekton functional groups”.
Installation
This package use the Poetry package manager. To install the package, you can run the following command:
`bash
pip install seapopym
`
PyPi package is available here.
Or you can download the source code and run the following command:
`bash
poetry install
`