gmms


Namegmms JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/RPretellD/gmms
SummaryGround motion models and supporting tools.
upload_time2023-12-18 00:55:04
maintainer
docs_urlNone
authorA. Renmin Pretell Ductram
requires_python>=3.6
licenseMIT
keywords ground motion model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ground Motion Models (GMMs)

This repository provides a ground motion models (GMMs) and supporting tools. The models are listed below, and the tools include codes for computing the distances required in GMMs. 

| Ground motion model           | Ground motion intensity measure                                             |
|-------------------------------|-----------------------------------------------------------------------------|
| Campbell & Bozorgnia (2010)   | Geometric mean horizontal standardized cumulative absolute velocity (CAVgm) |
| Campbell & Bozorgnia (2011)   | Damage-potential cumulative absolute velocity (CAVdp)                       |
| Campbell & Bozorgnia (2019)   | Arias intensity (Ia)                                                        |
| Campbell & Bozorgnia (2019)   | Cumulative absolute velocity (CAV)                                          |
| Foulser-Piggott & Goda (2015) | Arias Intensity (Ia)                                                        |
| Foulser-Piggott & Goda (2015) | Cumulative absolute velocity (CAV)                                          |


### Example
Three examples on Jupyter Notebooks are presented:
- Use of Campbell and Bozorgnia models for the 1989 Loma Prieta Earthquake (single-segment fault) [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example1.ipynb). En español [aquí](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo1.ipynb).
- Use of Campbell and Bozorgnia models for the 2023 Pazarcik Earthquake (multi-segment fault) [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example2.ipynb). En español [aquí](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo2.ipynb).
- Use of the Foulser-Piggott and Goda models for the 2003 Tokachi Earthquake [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example3.ipynb). En español [aquí](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo2.ipynb).


### Acknowledgements
- The cython codes for the estimation of Joyner-Boore and rupture distances are based on Pengfei Wang's [R implementations](https://github.com/wltcwpf/RPSHA/blob/main/R/distance_calc.R).


### References
- Campbell KW and Bozorgnia Y (2010) A ground motion prediction equation for the horizontal component of cumulative absolute velocity (CAV) based on the PEER-NGA strong motion database. Earthquake Spectra 26(3): 635–650. 
- Campbell KW and Bozorgnia Y (2011) Prediction equations for the standardized version of cumulative absolute velocity as adapted for use in the shutdown of U.S. nuclear power plants. Nuclear Engineering and Design 241(2011): 2558–2569. 
- Campbell KW and Bozorgnia Y (2019) Ground motion models for the horizontal components of Arias intensity (AI) and cumulative absolute velocity (CAV) using the NGA-West2 Database. Earthquake Spectra 35(3): 1289–1310. 
- Foulser‐Piggott R and Goda K (2015) Ground‐motion prediction models for Arias intensity and cumulative absolute velocity for Japanese earthquakes considering single‐station sigma and within‐event spatial correlation. Bulletin of the Seismological Society of America 105 (4): 1903–1918. 


### Citation
If you use these codes, please cite:<br>
Renmin Pretell. (2023). RPretellD/gmms (0.1.1). Zenodo. http://doi.org/10.5281/zenodo.10397816<br>

[![DOI](https://zenodo.org/badge/716445161.svg)](https://zenodo.org/doi/10.5281/zenodo.10127854)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RPretellD/gmms",
    "name": "gmms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "ground motion model",
    "author": "A. Renmin Pretell Ductram",
    "author_email": "rpretell@unr.edu",
    "download_url": "https://files.pythonhosted.org/packages/61/48/93108de257ac8bf16b93b060aa95446942064211b858419b4b45ef223cd5/gmms-0.1.1.tar.gz",
    "platform": null,
    "description": "# Ground Motion Models (GMMs)\r\n\r\nThis repository provides a ground motion models (GMMs) and supporting tools. The models are listed below, and the tools include codes for computing the distances required in GMMs. \r\n\r\n| Ground motion model           | Ground motion intensity measure                                             |\r\n|-------------------------------|-----------------------------------------------------------------------------|\r\n| Campbell & Bozorgnia (2010)   | Geometric mean horizontal standardized cumulative absolute velocity (CAVgm) |\r\n| Campbell & Bozorgnia (2011)   | Damage-potential cumulative absolute velocity (CAVdp)                       |\r\n| Campbell & Bozorgnia (2019)   | Arias intensity (Ia)                                                        |\r\n| Campbell & Bozorgnia (2019)   | Cumulative absolute velocity (CAV)                                          |\r\n| Foulser-Piggott & Goda (2015) | Arias Intensity (Ia)                                                        |\r\n| Foulser-Piggott & Goda (2015) | Cumulative absolute velocity (CAV)                                          |\r\n\r\n\r\n### Example\r\nThree examples on Jupyter Notebooks are presented:\r\n- Use of Campbell and Bozorgnia models for the 1989 Loma Prieta Earthquake (single-segment fault) [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example1.ipynb). En espa\u00f1ol [aqu\u00ed](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo1.ipynb).\r\n- Use of Campbell and Bozorgnia models for the 2023 Pazarcik Earthquake (multi-segment fault) [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example2.ipynb). En espa\u00f1ol [aqu\u00ed](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo2.ipynb).\r\n- Use of the Foulser-Piggott and Goda models for the 2003 Tokachi Earthquake [here](https://github.com/RPretellD/gmms/blob/main/Examples/Example3.ipynb). En espa\u00f1ol [aqu\u00ed](https://github.com/RPretellD/gmms/blob/main/Ejemplos/Ejemplo2.ipynb).\r\n\r\n\r\n### Acknowledgements\r\n- The cython codes for the estimation of Joyner-Boore and rupture distances are based on Pengfei Wang's [R implementations](https://github.com/wltcwpf/RPSHA/blob/main/R/distance_calc.R).\r\n\r\n\r\n### References\r\n- Campbell KW and Bozorgnia Y (2010) A ground motion prediction equation for the horizontal component of cumulative absolute velocity (CAV) based on the PEER-NGA strong motion database. Earthquake Spectra 26(3): 635\u2013650. \r\n- Campbell KW and Bozorgnia Y (2011) Prediction equations for the standardized version of cumulative absolute velocity as adapted for use in the shutdown of U.S. nuclear power plants. Nuclear Engineering and Design 241(2011): 2558\u20132569. \r\n- Campbell KW and Bozorgnia Y (2019) Ground motion models for the horizontal components of Arias intensity (AI) and cumulative absolute velocity (CAV) using the NGA-West2 Database. Earthquake Spectra 35(3): 1289\u20131310. \r\n- Foulser\u2010Piggott R and Goda K (2015) Ground\u2010motion prediction models for Arias intensity and cumulative absolute velocity for Japanese earthquakes considering single\u2010station sigma and within\u2010event spatial correlation. Bulletin of the Seismological Society of America 105 (4): 1903\u20131918. \r\n\r\n\r\n### Citation\r\nIf you use these codes, please cite:<br>\r\nRenmin Pretell. (2023). RPretellD/gmms (0.1.1). Zenodo. http://doi.org/10.5281/zenodo.10397816<br>\r\n\r\n[![DOI](https://zenodo.org/badge/716445161.svg)](https://zenodo.org/doi/10.5281/zenodo.10127854)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ground motion models and supporting tools.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/RPretellD/gmms"
    },
    "split_keywords": [
        "ground",
        "motion",
        "model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39e0a86618c7bb6892e73cc75dd452361a032d846c47fe98c0d8c33e022fdfd3",
                "md5": "130a68fdb05b82b80fd0bc6b5b5bd5e0",
                "sha256": "c1cbab0eaa6f0ae498ba44e55843ce122f2ac47098e3f22589b1300bd7c2524c"
            },
            "downloads": -1,
            "filename": "gmms-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "130a68fdb05b82b80fd0bc6b5b5bd5e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1687904,
            "upload_time": "2023-12-18T00:55:02",
            "upload_time_iso_8601": "2023-12-18T00:55:02.133121Z",
            "url": "https://files.pythonhosted.org/packages/39/e0/a86618c7bb6892e73cc75dd452361a032d846c47fe98c0d8c33e022fdfd3/gmms-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "614893108de257ac8bf16b93b060aa95446942064211b858419b4b45ef223cd5",
                "md5": "836f095885730d8fe70f1dca7b16f788",
                "sha256": "51ee3430d547295a305a59bb8d227b00ffb4c559d98be1874e0b7a754e441089"
            },
            "downloads": -1,
            "filename": "gmms-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "836f095885730d8fe70f1dca7b16f788",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1669180,
            "upload_time": "2023-12-18T00:55:04",
            "upload_time_iso_8601": "2023-12-18T00:55:04.807472Z",
            "url": "https://files.pythonhosted.org/packages/61/48/93108de257ac8bf16b93b060aa95446942064211b858419b4b45ef223cd5/gmms-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 00:55:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RPretellD",
    "github_project": "gmms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gmms"
}
        
Elapsed time: 0.16848s