evnt


Nameevnt JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryGround motion file parsing.
upload_time2024-09-01 06:47:58
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords seismic pre-processing finite-element-analysis
VCS
bugtrack_url
requirements opensees sees shps mdof numpy matplotlib pandas
Travis-CI No Travis.
coveralls test coverage
            # `evnt`

[![PyPI Downloads][pypi-v-image]][pypi-v-link]
[![PyPI Version][pypi-d-image]][pypi-d-link]
![][cov-img]
<!-- ![Build][build-img] -->
[![Commits since latest release][gh-image]][gh-link]

`evnt` is a library of utilities for parsing ground motion files. Interfaces are provided for Python, Matlab, and the command line.

- [Install](#install)
- [Formats](#formats)
- [Python API](#Python-API)


## Formats

| Format          | Read      | Write   |  Reference              |
|-----------------|-----------|---------|-------------------------|
|`[evnt.]json` | &#9745;   | &#9745; | [schema][record-schema] |
|`csmip`          | &#9744;   | &#9744; |                         |
|`csmip.v2`       | &#9745;   | &#9744; | [CSMIP][CSMIP]          |
|`eqsig`          | &#9745;   | &#9745; | [eqsig][EQSIG]          |
|`PEER.NGA`       | &#9745;   | &#9744; |                         |
|`plain.tsv`      | &#9744;   | &#9744; |                         |
|`opensees`       | &#9744;   | &#9745; |                         |
|`plain.csv`      | &#9744;   | &#9744; |                         |
|`mdof`           | &#9744;   | &#9744; |                         |
| SimCenter.Event | &#9744;   | &#9744; |                         |

## Install

Run the following command:

```shell
pip install evnt
```



<!-- Reference links -->
[EQSIG]: https://github.com/eng-tools/eqsig
[CSMIP]: https://www.conservation.ca.gov/cgs/Documents/Program-SMIP/Reports/Other/OSMS_85-03.pdf
[record-schema]: https://raw.githubusercontent.com/claudioperez/evnt/master/etc/schemas/record.schema.json

<!-- Badge links -->
[pypi-d-image]: https://img.shields.io/pypi/dm/evnt.svg
[license-badge]: https://img.shields.io/pypi/l/evnt.svg
[pypi-d-link]: https://pypi.org/project/evnt
[pypi-v-image]: https://img.shields.io/pypi/v/evnt.svg
[pypi-v-link]: https://pypi.org/project/evnt
[build-img]: https://github.com/claudioperez/evnt/actions/workflows/base.yml/badge.svg
[cov-img]: https://raw.githubusercontent.com/claudioperez/evnt/master/etc/coverage/cov.svg
[gh-link]: https://github.com/claudioperez/evnt/compare/v0.1.14...master
[gh-image]: https://img.shields.io/github/commits-since/claudioperez/evnt/v0.1.14?style=social



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "evnt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "seismic, pre-processing, finite-element-analysis",
    "author": null,
    "author_email": "\"Claudio M. Perez\" <50180406+claudioperez@users.noreply.github.com>, Chrystal Chern <52893467+chrystalchern@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/ac/5428c0a9ea425d0e58015ab5075381516521e3749e0feb638b6d782dff14/evnt-0.0.1.tar.gz",
    "platform": null,
    "description": "# `evnt`\n\n[![PyPI Downloads][pypi-v-image]][pypi-v-link]\n[![PyPI Version][pypi-d-image]][pypi-d-link]\n![][cov-img]\n<!-- ![Build][build-img] -->\n[![Commits since latest release][gh-image]][gh-link]\n\n`evnt` is a library of utilities for parsing ground motion files. Interfaces are provided for Python, Matlab, and the command line.\n\n- [Install](#install)\n- [Formats](#formats)\n- [Python API](#Python-API)\n\n\n## Formats\n\n| Format          | Read      | Write   |  Reference              |\n|-----------------|-----------|---------|-------------------------|\n|`[evnt.]json` | &#9745;   | &#9745; | [schema][record-schema] |\n|`csmip`          | &#9744;   | &#9744; |                         |\n|`csmip.v2`       | &#9745;   | &#9744; | [CSMIP][CSMIP]          |\n|`eqsig`          | &#9745;   | &#9745; | [eqsig][EQSIG]          |\n|`PEER.NGA`       | &#9745;   | &#9744; |                         |\n|`plain.tsv`      | &#9744;   | &#9744; |                         |\n|`opensees`       | &#9744;   | &#9745; |                         |\n|`plain.csv`      | &#9744;   | &#9744; |                         |\n|`mdof`           | &#9744;   | &#9744; |                         |\n| SimCenter.Event | &#9744;   | &#9744; |                         |\n\n## Install\n\nRun the following command:\n\n```shell\npip install evnt\n```\n\n\n\n<!-- Reference links -->\n[EQSIG]: https://github.com/eng-tools/eqsig\n[CSMIP]: https://www.conservation.ca.gov/cgs/Documents/Program-SMIP/Reports/Other/OSMS_85-03.pdf\n[record-schema]: https://raw.githubusercontent.com/claudioperez/evnt/master/etc/schemas/record.schema.json\n\n<!-- Badge links -->\n[pypi-d-image]: https://img.shields.io/pypi/dm/evnt.svg\n[license-badge]: https://img.shields.io/pypi/l/evnt.svg\n[pypi-d-link]: https://pypi.org/project/evnt\n[pypi-v-image]: https://img.shields.io/pypi/v/evnt.svg\n[pypi-v-link]: https://pypi.org/project/evnt\n[build-img]: https://github.com/claudioperez/evnt/actions/workflows/base.yml/badge.svg\n[cov-img]: https://raw.githubusercontent.com/claudioperez/evnt/master/etc/coverage/cov.svg\n[gh-link]: https://github.com/claudioperez/evnt/compare/v0.1.14...master\n[gh-image]: https://img.shields.io/github/commits-since/claudioperez/evnt/v0.1.14?style=social\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Ground motion file parsing.",
    "version": "0.0.1",
    "project_urls": {
        "Repository": "http://github.com/claudioperez/evnt"
    },
    "split_keywords": [
        "seismic",
        " pre-processing",
        " finite-element-analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fab322f2114ee14c1187c409905377a6328ee3ea2e6d05f1da3f25f0692853a",
                "md5": "8d3b3daeb72ecd8e0eb8c4ddc3a0e95b",
                "sha256": "4b44625ba7284680a26f1d7da54797aec36d89e9c57dead4dc4335a50f53aaaf"
            },
            "downloads": -1,
            "filename": "evnt-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d3b3daeb72ecd8e0eb8c4ddc3a0e95b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 87960,
            "upload_time": "2024-09-01T06:47:53",
            "upload_time_iso_8601": "2024-09-01T06:47:53.910497Z",
            "url": "https://files.pythonhosted.org/packages/3f/ab/322f2114ee14c1187c409905377a6328ee3ea2e6d05f1da3f25f0692853a/evnt-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6ac5428c0a9ea425d0e58015ab5075381516521e3749e0feb638b6d782dff14",
                "md5": "8abcd633b3225771ecf287e864429056",
                "sha256": "11e7037d58e90c3e9ac0b9eadcca46bfb22d7ccb6b83dddaef34631892d53a07"
            },
            "downloads": -1,
            "filename": "evnt-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8abcd633b3225771ecf287e864429056",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18923211,
            "upload_time": "2024-09-01T06:47:58",
            "upload_time_iso_8601": "2024-09-01T06:47:58.033364Z",
            "url": "https://files.pythonhosted.org/packages/d6/ac/5428c0a9ea425d0e58015ab5075381516521e3749e0feb638b6d782dff14/evnt-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 06:47:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "claudioperez",
    "github_project": "evnt",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "opensees",
            "specs": []
        },
        {
            "name": "sees",
            "specs": []
        },
        {
            "name": "shps",
            "specs": []
        },
        {
            "name": "mdof",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "evnt"
}
        
Elapsed time: 0.28303s