CSEP Floating Experiment application
Project description
CSEP Floating Experiments
An application to deploy and conduct reproducible, prospective earthquake forecasting experiments
- Set up a testing experiment for your earthquake forecasts using authoritative data sources and benchmarks.
- Encapsulate the complete experiment's definition and rules in a couple of lines.
- Reproduce, reuse, and share forecasting experiments from you, other researchers and institutions.
Table of Contents
Installing floatCSEP
The core of floatCSEP is built around the pyCSEP
package (https://github.com/sceccode/pycsep), which itself contains the core dependencies.
Latest version
Clone and install the floatCSEP source code using pip
conda create -n $NAME -y python=3.12
conda activate $NAME
git clone https://github.com/cseptesting/floatcsep
cd floatcsep
pip install -e .
Stable Release
The simplest way to install floatCSEP is by creating a conda
environment (https://conda.io - checkout Anaconda or Miniforge) and install floatCSEP
from conda-forge
conda create -n $NAME -y python=3.12
conda activate $NAME
conda install -c conda-forge floatcsep -y
Please read the Installation documentation for detailed instructions and additional installation methods.
Run an Experiment
Using the command terminal, navigate to any tutorial experiment in floatcsep/tutorials/ and
type
floatcsep run config.yml
A runtime directory will be created in a results folder. The experiment results can be
visualized in results/report.md, results/report.pdf or in a dashboard with:
floatcsep view config.yml
Check out the experiment, models and tests definition in the tutorials documentation or in the configuration files for each case in floatcsep/tutorials/.
Important Links
- Documentation
- CSEP Website
pyCSEPGithubpyCSEPDocumentation
Roadmap and Known Issues
- Create tool to check a TD model's interface with
floatcsep - Define a dependency strategy to ensure experiments' reproducibility (e.g., storing docker image).
- Implement spatial database and HDF5 experiment storage feature
- Set up task parallelization
- Document the process of an experiment deployment
Contributing
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
License
The floatCSEP (as well as pyCSEP) software is distributed under the BSD 3-Clause open-source
license. Please see
the license file for more
information.
How to cite
If you use floatCSEP in your work, please cite it using the “Cite this repository” link on the right side of the GitHub page or with:
Iturrieta, P., Khawaja, A. M., Savran, W. H., & Schorlemmer, D. (2025). floatCSEP: An application to deploy and conduct reproducible and prospective earthquake forecasting (Version 0.3.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.15576250
Support
-
The work in this repository has received funding from the European Union’s Horizon research and innovation programme under grant agreements No.s 101058518 and 821115 of the projects GeoInquire and RISE.
-
This research was supported by the Statewide California Earthquake Center.
SCEC is funded by NSF Cooperative Agreement EAR-2225216 and USGS Cooperative Agreement G24AC00072-00.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file floatcsep-0.5.0.tar.gz.
File metadata
- Download URL: floatcsep-0.5.0.tar.gz
- Upload date:
- Size: 11.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65dd8eb3029c13b9bac7c71dcf1157e5011597e8b49eac20040de4449b9f378e
|
|
| MD5 |
7e702656b7258b794770f1cba592caca
|
|
| BLAKE2b-256 |
b816d13ff06e41655d85e076c1196632cfa9226497aff1d8799f8b839d50d125
|
File details
Details for the file floatcsep-0.5.0-py3-none-any.whl.
File metadata
- Download URL: floatcsep-0.5.0-py3-none-any.whl
- Upload date:
- Size: 900.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb2087e6700986184412bb6b43d62a6c989023e5c65f790b749214e1b54f143b
|
|
| MD5 |
7d57e082dcb680d53f4d95f59feb1255
|
|
| BLAKE2b-256 |
75747801f1e734f1c5b5ce908f794616088a822778a1a47e4e15ee4103047cb8
|