okada


Nameokada JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA Python toolkit for evaluating analytical deformation models
upload_time2024-12-02 04:45:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseGPLv3
keywords array okada deformation geodesy modelling processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <!-- DOI -->
  <a href="https://doi.org/10.5281/zenodo.">
    <img src="https://zenodo.org/badge/DOI/10.5281/zenodo..svg" />
  </a>
  <!-- ReadTheDocs -->
  <a href="https://okadapy.readthedocs.io/en/latest">
    <img src="https://readthedocs.org/projects/okadapy/badge/?version=latest" />
  </a>
  <!-- License -->
  <a href="https://www.gnu.org/licenses/gpl-3.0">
    <img src="https://img.shields.io/badge/License-GPLv3-blue.svg" />
  </a>
</p>

<p align="center">
  <a href="https://okadapy.readthedocs.io/en/latest/index.html">OkadaPy</a> is a cross-platform Python package for the analytical computation of displacement, strain, and stress fields.</a>.
</p>

<p align="center">
  <img src="https://raw.githubusercontent.com/hemmelig/OkadaPy/main/docs/img/OkadaPyLogo.png" width="80%" />
</p>

Key features
------------
OkadaPy provides an efficient implementation of the equations set out in Okada, 1992, for the computation of the displacement induced by either a finite rectangular source or an infinitesimal point source in an isotropic elastic halfspace. It is a free and open-source alternative to a number of functions available in the MATLAB package Coulomb, primarily:

- computing displacements induced by the aforementioned sources;
- computing the corresponding strain and stress tensors from these displacements;
- and visualising these fields.

Documentation
-------------
Documentation for OkadaPy is hosted [here](https://okadapy.readthedocs.io/en/latest/index.html).

Installation
------------
OkadaPy requires Python version 3.11 and above. The package will be made available through the Python Package Index (PyPI), at which time it will be possible to install via `pip`:

```console
pip install okadapy
```

Until then, it can be installed from source, providing a suitable C compiler is available:

```console
git clone https://github.com/hemmelig/OkadaPy
cd OkadaPy
pip install .
```

For further information regarding installation—including virtual environment management and installation from source—please consult [our documentation](https://okadapy.readthedocs.io/en/latest/installation.html).

Usage
-----
Tutorial material is in the works for the package.

I previously wrote a wrapper package for the MATLAB package Coulomb, which made use of the MATLAB engine for Python. This is a replacement for this tool, built around a core library of compiled C code.

Citation
--------
If you use OkadaPy in your work, please cite the following:

OkadaPy Developers (2024). OkadaPy: v0.0.1 (v0.0.1). Zenodo. https://doi.org/10.5281/zenodo.

Toda, S., Stein, R. S., Sevilgen, V., & Lin, J. (2011). Coulomb 3.3 Graphic-rich deformation and stress-change software for earthquake, tectonic, and volcano research and teaching—user guide. US Geological Survey open-file report, 1060(2011), 63.

Contributing to OkadaPy
-----------------------
Contributions to OkadaPy are welcomed. The first stop should be to reach out, either directly or—preferably—via the GitHub Issues panel, to discuss the proposed changes. Next, simply fork the OkadaPy repository, install the package with the developer options enabled (that is, using `pip install okadapy[dev]`), make your changes/add your new contribution, then make a [pull request](https://help.github.com/articles/about-pull-requests/). All contributors to OkadaPy will be listed as authors on the releases.

Bug reports, suggestions for new features and enhancements, and even links to projects that have made use of OkadaPy are most welcome.

See our [contributions page](https://github.com/hemmelig/OkadaPy/blob/main/.github/CONTRIBUTING.md) for more information.

Contact
-------
Any comments/questions can be directed to:
* **Conor Bacon** - cbacon [ at ] ldeo.columbia.edu

License
-------
OkadaPy is **free** and **open source**, distributed under the GPLv3 License. Please see the [LICENSE](LICENSE) file for a complete description of the rights and freedoms that this provides the user.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "okada",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "\"Conor A. Bacon\" <cbacon@ldeo.columbia.edu>",
    "keywords": "array, okada, deformation, geodesy, modelling, processing",
    "author": null,
    "author_email": "\"Conor A. Bacon\" <cbacon@ldeo.columbia.edu>",
    "download_url": "https://files.pythonhosted.org/packages/51/4d/21adfcdafb1a62c239e97f09fe0996d301260b0c2f2ee2e9d200cdad78f4/okada-0.0.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <!-- DOI -->\n  <a href=\"https://doi.org/10.5281/zenodo.\">\n    <img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo..svg\" />\n  </a>\n  <!-- ReadTheDocs -->\n  <a href=\"https://okadapy.readthedocs.io/en/latest\">\n    <img src=\"https://readthedocs.org/projects/okadapy/badge/?version=latest\" />\n  </a>\n  <!-- License -->\n  <a href=\"https://www.gnu.org/licenses/gpl-3.0\">\n    <img src=\"https://img.shields.io/badge/License-GPLv3-blue.svg\" />\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://okadapy.readthedocs.io/en/latest/index.html\">OkadaPy</a> is a cross-platform Python package for the analytical computation of displacement, strain, and stress fields.</a>.\n</p>\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/hemmelig/OkadaPy/main/docs/img/OkadaPyLogo.png\" width=\"80%\" />\n</p>\n\nKey features\n------------\nOkadaPy provides an efficient implementation of the equations set out in Okada, 1992, for the computation of the displacement induced by either a finite rectangular source or an infinitesimal point source in an isotropic elastic halfspace. It is a free and open-source alternative to a number of functions available in the MATLAB package Coulomb, primarily:\n\n- computing displacements induced by the aforementioned sources;\n- computing the corresponding strain and stress tensors from these displacements;\n- and visualising these fields.\n\nDocumentation\n-------------\nDocumentation for OkadaPy is hosted [here](https://okadapy.readthedocs.io/en/latest/index.html).\n\nInstallation\n------------\nOkadaPy requires Python version 3.11 and above. The package will be made available through the Python Package Index (PyPI), at which time it will be possible to install via `pip`:\n\n```console\npip install okadapy\n```\n\nUntil then, it can be installed from source, providing a suitable C compiler is available:\n\n```console\ngit clone https://github.com/hemmelig/OkadaPy\ncd OkadaPy\npip install .\n```\n\nFor further information regarding installation\u2014including virtual environment management and installation from source\u2014please consult [our documentation](https://okadapy.readthedocs.io/en/latest/installation.html).\n\nUsage\n-----\nTutorial material is in the works for the package.\n\nI previously wrote a wrapper package for the MATLAB package Coulomb, which made use of the MATLAB engine for Python. This is a replacement for this tool, built around a core library of compiled C code.\n\nCitation\n--------\nIf you use OkadaPy in your work, please cite the following:\n\nOkadaPy Developers (2024). OkadaPy: v0.0.1 (v0.0.1). Zenodo. https://doi.org/10.5281/zenodo.\n\nToda, S., Stein, R. S., Sevilgen, V., & Lin, J. (2011). Coulomb 3.3 Graphic-rich deformation and stress-change software for earthquake, tectonic, and volcano research and teaching\u2014user guide. US Geological Survey open-file report, 1060(2011), 63.\n\nContributing to OkadaPy\n-----------------------\nContributions to OkadaPy are welcomed. The first stop should be to reach out, either directly or\u2014preferably\u2014via the GitHub Issues panel, to discuss the proposed changes. Next, simply fork the OkadaPy repository, install the package with the developer options enabled (that is, using `pip install okadapy[dev]`), make your changes/add your new contribution, then make a [pull request](https://help.github.com/articles/about-pull-requests/). All contributors to OkadaPy will be listed as authors on the releases.\n\nBug reports, suggestions for new features and enhancements, and even links to projects that have made use of OkadaPy are most welcome.\n\nSee our [contributions page](https://github.com/hemmelig/OkadaPy/blob/main/.github/CONTRIBUTING.md) for more information.\n\nContact\n-------\nAny comments/questions can be directed to:\n* **Conor Bacon** - cbacon [ at ] ldeo.columbia.edu\n\nLicense\n-------\nOkadaPy is **free** and **open source**, distributed under the GPLv3 License. Please see the [LICENSE](LICENSE) file for a complete description of the rights and freedoms that this provides the user.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A Python toolkit for evaluating analytical deformation models",
    "version": "0.0.1",
    "project_urls": {
        "GitHub": "https://github.com/hemmelig/OkadaPy",
        "Issues": "https://github.com/hemmelig/OkadaPy/issues"
    },
    "split_keywords": [
        "array",
        " okada",
        " deformation",
        " geodesy",
        " modelling",
        " processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12f1baaef55b270a2d065b02f831f884c1c61ec98ac188636855d37e1695b625",
                "md5": "cdf94e4d52582ddd6fa894acd3880e1b",
                "sha256": "9ef91fa11a3672212c13ad264600399eb7c72108cc01f0619a41ca978d821f0b"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cdf94e4d52582ddd6fa894acd3880e1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 308241,
            "upload_time": "2024-12-02T04:45:25",
            "upload_time_iso_8601": "2024-12-02T04:45:25.004800Z",
            "url": "https://files.pythonhosted.org/packages/12/f1/baaef55b270a2d065b02f831f884c1c61ec98ac188636855d37e1695b625/okada-0.0.1-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "956e688b170eef9d9c9bb1cb0361b22e0a286cfe56201cf79abb0e3d5dcb129e",
                "md5": "e7d92106eec021c309818c7ae399f8e1",
                "sha256": "c114f413ba5ffcbc06cc409cacbd686cef24e0adcc4777b4b36424ab829c133f"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7d92106eec021c309818c7ae399f8e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 164689,
            "upload_time": "2024-12-02T04:45:27",
            "upload_time_iso_8601": "2024-12-02T04:45:27.087608Z",
            "url": "https://files.pythonhosted.org/packages/95/6e/688b170eef9d9c9bb1cb0361b22e0a286cfe56201cf79abb0e3d5dcb129e/okada-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9ce19999ad1e3d911bc1dd6d55762ad77d4453a34901edcd8e3119284c8429b",
                "md5": "2005bda32dc64419ffd14af73b6e9a87",
                "sha256": "79d275da437f19891294e7892253135e12e1d9b480e33d4ed38113ca0d922225"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2005bda32dc64419ffd14af73b6e9a87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 71188,
            "upload_time": "2024-12-02T04:45:28",
            "upload_time_iso_8601": "2024-12-02T04:45:28.762494Z",
            "url": "https://files.pythonhosted.org/packages/b9/ce/19999ad1e3d911bc1dd6d55762ad77d4453a34901edcd8e3119284c8429b/okada-0.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b94fcae06c15c479e860d9baf296f14f8d28896969a548d9e9e406ba5b66c4c6",
                "md5": "fcd63661cdc76f850829c9c1a6f7b47a",
                "sha256": "1a1a134edcb5380ecedef5145490229d51c57c63e23f394867461c6f821ffeaa"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fcd63661cdc76f850829c9c1a6f7b47a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 308244,
            "upload_time": "2024-12-02T04:45:30",
            "upload_time_iso_8601": "2024-12-02T04:45:30.297477Z",
            "url": "https://files.pythonhosted.org/packages/b9/4f/cae06c15c479e860d9baf296f14f8d28896969a548d9e9e406ba5b66c4c6/okada-0.0.1-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bd6de81ac536d6ce018b74d4f70b0912a2b5420cef8bcd9441be900303c1b15",
                "md5": "f64e0d304f48e39eb9cf82771f122635",
                "sha256": "aaa69e443088024c21f4ced4b343a97b662b45318f25ff3aef14697e75db8231"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f64e0d304f48e39eb9cf82771f122635",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 164692,
            "upload_time": "2024-12-02T04:45:31",
            "upload_time_iso_8601": "2024-12-02T04:45:31.818509Z",
            "url": "https://files.pythonhosted.org/packages/2b/d6/de81ac536d6ce018b74d4f70b0912a2b5420cef8bcd9441be900303c1b15/okada-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c6f5f916d76a82fef2a6c2c249f374d5f908dbc9883451598b8b5190fa5cba1",
                "md5": "48b5f9f5f8d1b50ca81e950405b12cd7",
                "sha256": "103c51b04070073cae691edeca2fc6a9fba016709bb1695ee7a3f91cdc5e24e4"
            },
            "downloads": -1,
            "filename": "okada-0.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "48b5f9f5f8d1b50ca81e950405b12cd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 71187,
            "upload_time": "2024-12-02T04:45:33",
            "upload_time_iso_8601": "2024-12-02T04:45:33.399993Z",
            "url": "https://files.pythonhosted.org/packages/8c/6f/5f916d76a82fef2a6c2c249f374d5f908dbc9883451598b8b5190fa5cba1/okada-0.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "514d21adfcdafb1a62c239e97f09fe0996d301260b0c2f2ee2e9d200cdad78f4",
                "md5": "e4e6cf81c227aaced8aa2f8afccf8617",
                "sha256": "a09ee6d6daa28974cc0658dd84b87c656ecc6ca3c7975a0b99cf1a7005995dee"
            },
            "downloads": -1,
            "filename": "okada-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4e6cf81c227aaced8aa2f8afccf8617",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 40698,
            "upload_time": "2024-12-02T04:45:35",
            "upload_time_iso_8601": "2024-12-02T04:45:35.155084Z",
            "url": "https://files.pythonhosted.org/packages/51/4d/21adfcdafb1a62c239e97f09fe0996d301260b0c2f2ee2e9d200cdad78f4/okada-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 04:45:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hemmelig",
    "github_project": "OkadaPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "okada"
}
        
Elapsed time: 1.06791s