quakeio


Namequakeio JSON
Version 0.1.21 PyPI version JSON
download
home_pageNone
SummaryGround motion file parsing.
upload_time2024-09-18 04:09:19
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords seismic pre-processing earthquake finite-element-analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # quake-io

[![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]

QuakeIO 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              |
|-----------------|-----------|---------|-------------------------|
|`[quakeio.]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 quakeio
```



<!-- 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/quakeio/master/etc/schemas/record.schema.json

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



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quakeio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "seismic, pre-processing, earthquake, 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/32/3e/bc1fd02a1915993e58b8c4b160132bf32c33dbc5b46c5b76d2cbc409ce48/quakeio-0.1.21.tar.gz",
    "platform": null,
    "description": "# quake-io\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\nQuakeIO 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|`[quakeio.]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 quakeio\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/quakeio/master/etc/schemas/record.schema.json\n\n<!-- Badge links -->\n[pypi-d-image]: https://img.shields.io/pypi/dm/quakeio.svg\n[license-badge]: https://img.shields.io/pypi/l/quakeio.svg\n[pypi-d-link]: https://pypi.org/project/quakeio\n[pypi-v-image]: https://img.shields.io/pypi/v/quakeio.svg\n[pypi-v-link]: https://pypi.org/project/quakeio\n[build-img]: https://github.com/claudioperez/quakeio/actions/workflows/base.yml/badge.svg\n[cov-img]: https://raw.githubusercontent.com/claudioperez/quakeio/master/etc/coverage/cov.svg\n[gh-link]: https://github.com/claudioperez/quakeio/compare/v0.1.14...master\n[gh-image]: https://img.shields.io/github/commits-since/claudioperez/quakeio/v0.1.14?style=social\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Ground motion file parsing.",
    "version": "0.1.21",
    "project_urls": {
        "Repository": "http://github.com/claudioperez/quakeio"
    },
    "split_keywords": [
        "seismic",
        " pre-processing",
        " earthquake",
        " finite-element-analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb68522d84bdd35e3a647c89b243a8b42badfc74da47197293162cffdcefe00",
                "md5": "d78f21d44e24d6447140f5f1e46b6e18",
                "sha256": "efad0389f0ebf649e47d27296672571bb5a13806bde922e9582524032f3b5fe6"
            },
            "downloads": -1,
            "filename": "quakeio-0.1.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d78f21d44e24d6447140f5f1e46b6e18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 46400,
            "upload_time": "2024-09-18T04:09:17",
            "upload_time_iso_8601": "2024-09-18T04:09:17.960058Z",
            "url": "https://files.pythonhosted.org/packages/eb/b6/8522d84bdd35e3a647c89b243a8b42badfc74da47197293162cffdcefe00/quakeio-0.1.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "323ebc1fd02a1915993e58b8c4b160132bf32c33dbc5b46c5b76d2cbc409ce48",
                "md5": "922d51d3802c72a3739851ad8ea8edbd",
                "sha256": "0ada2ae6e45ad117215869dd567c482b1bcd6c5f16fd65a416a57d910d2ec607"
            },
            "downloads": -1,
            "filename": "quakeio-0.1.21.tar.gz",
            "has_sig": false,
            "md5_digest": "922d51d3802c72a3739851ad8ea8edbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 46106,
            "upload_time": "2024-09-18T04:09:19",
            "upload_time_iso_8601": "2024-09-18T04:09:19.547901Z",
            "url": "https://files.pythonhosted.org/packages/32/3e/bc1fd02a1915993e58b8c4b160132bf32c33dbc5b46c5b76d2cbc409ce48/quakeio-0.1.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-18 04:09:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "claudioperez",
    "github_project": "quakeio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "quakeio"
}
        
Elapsed time: 0.31777s