pyGMM
=====
|PyPi Cheese Shop| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|
Ground motion models implemented in Python.
I have recently learned that additional ground motion models have been implemented through GEM's OpenQuake Hazardlib_, which I recommend checking out.
.. _Hazardlib: https://github.com/gem/oq-hazardlib
Features
--------
Models currently supported:
* Akkar, Sandikkaya, & Bommer (2014) with unit tests
* Atkinson & Boore (2006)
* Abrahamson, Silva, & Kamai (2014) with unit tests
* Abrahamson, Gregor, & Addo (2016) with unit tests
* Boore, Stewart, Seyhan, & Atkinson (2014) with unit tests
* Campbell (2003)
* Campbell & Bozorgnia (2014) with unit tests
* Chiou & Youngs (2014) with unit tests
* Derras, Bard & Cotton (2013) with unit tests
* Idriss (2014) with unit tests
* Pezeshk, Zandieh, & Tavakoli (2001)
* Tavakoli & Pezeshk (2005)
Conditional spectra models:
* Baker & Jayaram (2008) with unit tests
* Kishida (2017) with unit tests
Duration models:
* Kempton and Stewart (2006)
* Afshari and Stewart (2016)
Most models are tested with unit tests that test the implemention of the model.
Citation
--------
Please cite this software using the DOI_.
.. _DOI: https://zenodo.org/badge/latestdoi/53176693
Contributors
------------
* Albert Kottke
* Greg Lavrentiadis
* Artie Rodgers
.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/pygmm.svg
:target: https://img.shields.io/pypi/v/pygmm.svg
.. |Build Status| image:: https://github.com/arkottke/pygmm/actions/workflows/python-app.yml/badge.svg
:target: https://github.com/arkottke/pygmm/actions/workflows/python-app.yml
.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/abc9878c890143c8b590e6f3602056b7
:target: https://app.codacy.com/gh/arkottke/pygmm/dashboard
.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/abc9878c890143c8b590e6f3602056b7
:target: https://app.codacy.com/gh/arkottke/pygmm/dashboard
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |DOI| image:: https://zenodo.org/badge/53176693.svg
:target: https://zenodo.org/badge/latestdoi/53176693
History
=======
0.6.6 (2023-12-11)
------------------
- Added: Return tau and phi in the standard deviation calculations
0.6.5 (2022-09-16)
------------------
- Added: Afshari and Stewart (2016) duration model
- Added: Kempton and Stewart (2006) duration model
0.6.4 (2022-01-24)
------------------
- Added: Bayless and Abrahamson (2019)
0.6.3 (2021-12-08)
--------------------
- Fixed: error in ASK14 on a7 term
0.6.2 (2021-10-19)
--------------------
- Changed: Move site amplification to static functions on some GMPEs
0.6.1 (2020-06-03)
------------------
- Added Coppersmith & Bommer (2014) model for Hanford
- Factored tests
0.6.0 (2019-08-12)
------------------
- Added Abrahamson, Gregor, Addo (2014)
- Added Abrahamson & Gulerce (2011)
- Added conditional mean spectra models.
- Added Scenario objects.
- Added typing for all classes.
0.4.0 (2016-04-08)
------------------
- Added Hermkes et al. (2014).
- Improved documentation.
- Added Baker & Jayaram (2008), Kishida (2017)
.. _section-1:
0.3.2 (2016-03-30)
------------------
- Nothing changed yet.
.. _section-2:
0.3.1 (2016-03-30)
------------------
- First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/arkottke/pygmm",
"name": "pygmm",
"maintainer": "",
"docs_url": "https://pythonhosted.org/pygmm/",
"requires_python": "",
"maintainer_email": "",
"keywords": "pygmm",
"author": "Albert Kottke",
"author_email": "albert.kottke@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d3/dc/af149f1708db7ae588f713e8b26950a72e0889ed0852e932cc8e6c8955a6/pygmm-0.6.6.tar.gz",
"platform": null,
"description": "pyGMM\n=====\n\n|PyPi Cheese Shop| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|\n\nGround motion models implemented in Python.\n\nI have recently learned that additional ground motion models have been implemented through GEM's OpenQuake Hazardlib_, which I recommend checking out.\n\n.. _Hazardlib: https://github.com/gem/oq-hazardlib\n\nFeatures\n--------\n\nModels currently supported:\n\n* Akkar, Sandikkaya, & Bommer (2014) with unit tests\n\n* Atkinson & Boore (2006)\n\n* Abrahamson, Silva, & Kamai (2014) with unit tests\n\n* Abrahamson, Gregor, & Addo (2016) with unit tests\n\n* Boore, Stewart, Seyhan, & Atkinson (2014) with unit tests\n\n* Campbell (2003)\n\n* Campbell & Bozorgnia (2014) with unit tests\n\n* Chiou & Youngs (2014) with unit tests\n\n* Derras, Bard & Cotton (2013) with unit tests\n\n* Idriss (2014) with unit tests\n\n* Pezeshk, Zandieh, & Tavakoli (2001)\n\n* Tavakoli & Pezeshk (2005)\n\nConditional spectra models:\n\n* Baker & Jayaram (2008) with unit tests\n\n* Kishida (2017) with unit tests\n\nDuration models:\n\n* Kempton and Stewart (2006)\n\n* Afshari and Stewart (2016)\n\nMost models are tested with unit tests that test the implemention of the model.\n\nCitation\n--------\n\nPlease cite this software using the DOI_.\n\n.. _DOI: https://zenodo.org/badge/latestdoi/53176693\n\nContributors\n------------\n\n* Albert Kottke\n\n* Greg Lavrentiadis\n\n* Artie Rodgers\n\n\n.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/pygmm.svg\n :target: https://img.shields.io/pypi/v/pygmm.svg\n.. |Build Status| image:: https://github.com/arkottke/pygmm/actions/workflows/python-app.yml/badge.svg\n :target: https://github.com/arkottke/pygmm/actions/workflows/python-app.yml\n.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/abc9878c890143c8b590e6f3602056b7\n :target: https://app.codacy.com/gh/arkottke/pygmm/dashboard\n.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/abc9878c890143c8b590e6f3602056b7\n :target: https://app.codacy.com/gh/arkottke/pygmm/dashboard\n.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg\n.. |DOI| image:: https://zenodo.org/badge/53176693.svg\n :target: https://zenodo.org/badge/latestdoi/53176693\n\n\nHistory\n=======\n\n0.6.6 (2023-12-11)\n------------------\n- Added: Return tau and phi in the standard deviation calculations\n\n0.6.5 (2022-09-16)\n------------------\n- Added: Afshari and Stewart (2016) duration model\n- Added: Kempton and Stewart (2006) duration model\n\n0.6.4 (2022-01-24)\n------------------\n- Added: Bayless and Abrahamson (2019)\n\n0.6.3 (2021-12-08)\n--------------------\n- Fixed: error in ASK14 on a7 term\n\n0.6.2 (2021-10-19)\n--------------------\n- Changed: Move site amplification to static functions on some GMPEs\n\n0.6.1 (2020-06-03)\n------------------\n- Added Coppersmith & Bommer (2014) model for Hanford\n- Factored tests\n\n0.6.0 (2019-08-12)\n------------------\n- Added Abrahamson, Gregor, Addo (2014)\n- Added Abrahamson & Gulerce (2011)\n- Added conditional mean spectra models.\n- Added Scenario objects.\n- Added typing for all classes.\n\n0.4.0 (2016-04-08)\n------------------\n\n- Added Hermkes et al.\u00a0(2014).\n- Improved documentation.\n- Added Baker & Jayaram (2008), Kishida (2017)\n\n.. _section-1:\n\n0.3.2 (2016-03-30)\n------------------\n\n- Nothing changed yet.\n\n.. _section-2:\n\n0.3.1 (2016-03-30)\n------------------\n\n- First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Ground motion models implemented in Python.",
"version": "0.6.6",
"project_urls": {
"Homepage": "https://github.com/arkottke/pygmm"
},
"split_keywords": [
"pygmm"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1055e7545c1b340fe274e146fdf168fee120047eee627c07c9654254d03580c3",
"md5": "bb502a6b9b93bbeed8b3b664023aa420",
"sha256": "4e7aefb96a0f42e80680ecbc69b1ee1370e61c6a92aee0acd63bd47f5baaea1c"
},
"downloads": -1,
"filename": "pygmm-0.6.6-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "bb502a6b9b93bbeed8b3b664023aa420",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 956300,
"upload_time": "2023-12-12T04:43:38",
"upload_time_iso_8601": "2023-12-12T04:43:38.580740Z",
"url": "https://files.pythonhosted.org/packages/10/55/e7545c1b340fe274e146fdf168fee120047eee627c07c9654254d03580c3/pygmm-0.6.6-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d3dcaf149f1708db7ae588f713e8b26950a72e0889ed0852e932cc8e6c8955a6",
"md5": "d3e7526d1fdd73c566c427347532d4fa",
"sha256": "125b9d140908404a97ea600554c01068cc4ce3cd3c74bfc7f175a1fa5c31f189"
},
"downloads": -1,
"filename": "pygmm-0.6.6.tar.gz",
"has_sig": false,
"md5_digest": "d3e7526d1fdd73c566c427347532d4fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 951010,
"upload_time": "2023-12-12T04:43:40",
"upload_time_iso_8601": "2023-12-12T04:43:40.930583Z",
"url": "https://files.pythonhosted.org/packages/d3/dc/af149f1708db7ae588f713e8b26950a72e0889ed0852e932cc8e6c8955a6/pygmm-0.6.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-12 04:43:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "arkottke",
"github_project": "pygmm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "scipy",
"specs": []
}
],
"lcname": "pygmm"
}