gmimtools


Namegmimtools JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/RPretellD/gmimtools
SummaryA suite of ground motion intensity measure tools.
upload_time2023-11-10 06:56:59
maintainer
docs_urlNone
authorA. Renmin Pretell Ductram
requires_python>=3.6
licenseMIT
keywords gmim
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ground Motion Intensity Measures (GMIM) tools

This repository provides a suite of ground motion intensity measure tools. These tools include codes for computing the following ground motion intensity measures based on ground motion records: 

| Function        | Abbreviation | Description                                     |
|-----------------|--------------|-------------------------------------------------| 
| get_PGA_cy      | PGA          | Peak ground acceleration                        |
| get_PGV_cy      | PGV          | Peak ground velocity                            |
| get_Ia_cy       | Ia           | Arias intensity                                 |
| get_Ia_times_cy | Ia_times     | Times to get to a Ia percentage                 |
| get_CAV_cy      | CAV          | Cumulative absolute velocity                    |             
| get_CAVn_cy     | CAVn         | CAV on accelerations after applying a cutoff    |
| get_CAVgm_cy    | CAVgm        | CAV on accelerations after applying a cutoff    |
| get_CAVstd_cy   | CAVstd       | Standardized CAV                                |
| get_CAVdp_cy    | CAVdp        | Damage-potential CAV                            |


### Example
A detailed example on Jupyter Notebooks is presented [here](https://github.com/RPretellD/gmimtools/blob/main/Examples/gmimtools_Example_1.ipynb).


### Relevant references
- Arias A (1970) A measure of earthquake intensity, in Seismic Design for Nuclear Power Plants (Hansen R. J., ed.), The MIT Press, Cambridge, MA. 
- 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.
- EPRI (1988) A criterion for determining exceedance of the operating basis earthquake. EPRI NP-5930, Palo Alto, CA. 
- Kramer SL and Mitchell RA (2006) Ground motion intensity measures for liquefaction hazard evaluation. Earthquake Spectra 22(2): 413–438. 


### Citation
If you use these codes, please cite:<br>
Renmin Pretell. (2023). RPretellD/gmimtools: Initial release (0.1.0). Zenodo. https://doi.org/10.5281/zenodo.10099774 <br>

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RPretellD/gmimtools",
    "name": "gmimtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "gmim",
    "author": "A. Renmin Pretell Ductram",
    "author_email": "rpretell@unr.edu",
    "download_url": "https://files.pythonhosted.org/packages/b8/cf/f54c035be470f91c561a2290172128b987c64c2f2a32728ad135d997f7c7/gmimtools-0.1.0.tar.gz",
    "platform": null,
    "description": "# Ground Motion Intensity Measures (GMIM) tools\r\n\r\nThis repository provides a suite of ground motion intensity measure tools. These tools include codes for computing the following ground motion intensity measures based on ground motion records: \r\n\r\n| Function        | Abbreviation | Description                                     |\r\n|-----------------|--------------|-------------------------------------------------| \r\n| get_PGA_cy      | PGA          | Peak ground acceleration                        |\r\n| get_PGV_cy      | PGV          | Peak ground velocity                            |\r\n| get_Ia_cy       | Ia           | Arias intensity                                 |\r\n| get_Ia_times_cy | Ia_times     | Times to get to a Ia percentage                 |\r\n| get_CAV_cy      | CAV          | Cumulative absolute velocity                    |             \r\n| get_CAVn_cy     | CAVn         | CAV on accelerations after applying a cutoff    |\r\n| get_CAVgm_cy    | CAVgm        | CAV on accelerations after applying a cutoff    |\r\n| get_CAVstd_cy   | CAVstd       | Standardized CAV                                |\r\n| get_CAVdp_cy    | CAVdp        | Damage-potential CAV                            |\r\n\r\n\r\n### Example\r\nA detailed example on Jupyter Notebooks is presented [here](https://github.com/RPretellD/gmimtools/blob/main/Examples/gmimtools_Example_1.ipynb).\r\n\r\n\r\n### Relevant references\r\n- Arias A (1970) A measure of earthquake intensity, in Seismic Design for Nuclear Power Plants (Hansen R. J., ed.), The MIT Press, Cambridge, MA. \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.\u201d Nuclear Engineering and Design 241(2011): 2558\u20132569.\r\n- EPRI (1988) A criterion for determining exceedance of the operating basis earthquake. EPRI NP-5930, Palo Alto, CA. \r\n- Kramer SL and Mitchell RA (2006) Ground motion intensity measures for liquefaction hazard evaluation. Earthquake Spectra 22(2): 413\u2013438. \r\n\r\n\r\n### Citation\r\nIf you use these codes, please cite:<br>\r\nRenmin Pretell. (2023). RPretellD/gmimtools: Initial release (0.1.0). Zenodo. https://doi.org/10.5281/zenodo.10099774 <br>\r\n\r\n[![DOI](https://zenodo.org/badge/716446151.svg)](https://zenodo.org/doi/10.5281/zenodo.10099773)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A suite of ground motion intensity measure tools.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/RPretellD/gmimtools"
    },
    "split_keywords": [
        "gmim"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a6499053392621d2ae5654a1ee2fd6103fd28e08177fbaecb0e5ff234439e34",
                "md5": "862339bf119ed10bd5e3de7ca8984d5c",
                "sha256": "23d2195aa3bb2a7e6d150d3eca76659f51f467a825376764c6656e4fb64ee0cf"
            },
            "downloads": -1,
            "filename": "gmimtools-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "862339bf119ed10bd5e3de7ca8984d5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 316824,
            "upload_time": "2023-11-10T06:56:56",
            "upload_time_iso_8601": "2023-11-10T06:56:56.770735Z",
            "url": "https://files.pythonhosted.org/packages/6a/64/99053392621d2ae5654a1ee2fd6103fd28e08177fbaecb0e5ff234439e34/gmimtools-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8cff54c035be470f91c561a2290172128b987c64c2f2a32728ad135d997f7c7",
                "md5": "e7fe5150da319b2961dad790348d68d5",
                "sha256": "8e2053c50176b0aa581d2c742ae9cae71da04879fbc1ccac138dc73c14e6ae8f"
            },
            "downloads": -1,
            "filename": "gmimtools-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e7fe5150da319b2961dad790348d68d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 313583,
            "upload_time": "2023-11-10T06:56:59",
            "upload_time_iso_8601": "2023-11-10T06:56:59.088790Z",
            "url": "https://files.pythonhosted.org/packages/b8/cf/f54c035be470f91c561a2290172128b987c64c2f2a32728ad135d997f7c7/gmimtools-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 06:56:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RPretellD",
    "github_project": "gmimtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gmimtools"
}
        
Elapsed time: 0.13071s