quakeio


Namequakeio JSON
Version 0.1.17 PyPI version JSON
download
home_pagehttps://github.com/claudioperez/quakeio
Summaryquakeio
upload_time2023-04-26 23:10:39
maintainer
docs_urlNone
authorClaudio M. Perez
requires_python>=3.6
license
keywords seismic earthquake parser
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": "https://github.com/claudioperez/quakeio",
    "name": "quakeio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "seismic,earthquake,parser",
    "author": "Claudio M. Perez",
    "author_email": "claudio_perez@berkeley.edu",
    "download_url": "https://files.pythonhosted.org/packages/99/61/ae83ae64395c08927d1d9c6a6e09a2333b2ddf7177a596df8e88b931a5f2/quakeio-0.1.17.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": "",
    "summary": "quakeio",
    "version": "0.1.17",
    "split_keywords": [
        "seismic",
        "earthquake",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56b305d67483c7f5a721796dcc22fab8ceeb305066b42b74116272ed682338e1",
                "md5": "e4c1e93c1b81199a292303b54ab0a67a",
                "sha256": "3e05cd0563b92bec8a4a331c707f7375c53ad48bb8cdb9276bc5cc57cf0424f9"
            },
            "downloads": -1,
            "filename": "quakeio-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4c1e93c1b81199a292303b54ab0a67a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 42523,
            "upload_time": "2023-04-26T23:10:36",
            "upload_time_iso_8601": "2023-04-26T23:10:36.395347Z",
            "url": "https://files.pythonhosted.org/packages/56/b3/05d67483c7f5a721796dcc22fab8ceeb305066b42b74116272ed682338e1/quakeio-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9961ae83ae64395c08927d1d9c6a6e09a2333b2ddf7177a596df8e88b931a5f2",
                "md5": "620a6955362c3dd52c6550cfcd92ecd0",
                "sha256": "a0e5da54643d9ccc963884b282e4c656df948c2f1c9efd68ef4cc80cca2db28f"
            },
            "downloads": -1,
            "filename": "quakeio-0.1.17.tar.gz",
            "has_sig": false,
            "md5_digest": "620a6955362c3dd52c6550cfcd92ecd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 44654,
            "upload_time": "2023-04-26T23:10:39",
            "upload_time_iso_8601": "2023-04-26T23:10:39.223640Z",
            "url": "https://files.pythonhosted.org/packages/99/61/ae83ae64395c08927d1d9c6a6e09a2333b2ddf7177a596df8e88b931a5f2/quakeio-0.1.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-26 23:10:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "claudioperez",
    "github_project": "quakeio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "quakeio"
}
        
Elapsed time: 0.07013s