Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miili authored Sep 16, 2024
1 parent 0ed29dc commit 3f46f03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@

*Earthquake Moment Magnitude Estimation from Peak Ground Motion*

![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/)

*Chimer* is a framework for earthquake moment magnitude estimation from observed peak ground motions (PGM). It builds on top of `pyrocko.gf` Green's function data bases for forward modelling seismic sources and waveforms.

![image](https://github.com/user-attachments/assets/196406da-4127-4aef-8b85-125109567c8a)

Key features include:

* Creation of synthetic ground motion databases
* Caluclation of statistical peak acceleration, velocity and displacement
* Forward modelling of PGM

![image](https://github.com/user-attachments/assets/f4998004-a0e8-4d76-942c-bf48baa67e81)


## Example

```python
Expand Down

0 comments on commit 3f46f03

Please sign in to comment.