A database application to store, manage and evaluate seismicity forecasts
- Clone the repository and access the top directory:
git clone https://github.com/cseptesting/dbcsep
cd dbcsep- Using
condaenvironment: https://conda.io - check out Anaconda, Miniconda or Miniforge (recommended):
conda env create -f environment.yml
conda activate dbcsep
pip install .If using Miniforge, replace conda with mamba for faster installations.
- Using
pipenvironments:
python -m venv venv
source venv/bin/activate
pip install .- CSEP Website
pyCSEPGithubpyCSEPDocumentation
- Define a roadmap
We encourage all types of contributions, from reporting bugs, suggesting enhancements, adding new features and more. Please refer to the Contribution Guidelines and the Code of Conduct for more information
The dbcsep software is distributed under the GNU Affero GPL 3-Clause open-source license. Please see the license file for more information.
