Name | PyCZINV JSON |
Version |
0.1.4
JSON |
| download |
home_page | None |
Summary | Python package for geophysical inversion tailored to Critical Zone Science. |
upload_time | 2024-10-11 17:46:21 |
maintainer | None |
docs_url | None |
author | Hang Chen |
requires_python | None |
license | MIT |
keywords |
geophysical
inversion
critical
zone
science
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PyCZINV
PyCZINV is a Python package designed for facilitating geophysical inversion processes, with a focus on applications within critical zone science. It aims to simplify and streamline the execution of joint inversion, coupled inversion, and time-lapse inversion to help researchers and practitioners easily derive the subsurface properties they are interested in.
## Features
- **Joint Inversion**: Combine data from different geophysical methods to improve inversion results.
- **Coupled Inversion**: Link inversion processes to consider mutual constraints.
- **Time-Lapse Inversion**: Analyze changes over time to observe dynamic processes.
- **Rock Physics**: Rock Physics models for hydrologic and geophysical properties transformation
- **Data Preprocessing**: Utilities for preparing your geophysical data for inversion.
- **Visualization**: Tools for visualizing inversion results and data.
## Installation
PyCZINV requires Python 3.6 or newer. You can install PyCZINV using pip:
```bash
pip install pyczinv
## Rock Physics Models
### 1. Voigt-Reuss-Hill (VRH) Mixing Model
The VRH model is used to estimate the effective bulk modulus, shear modulus, and density of composite materials made of different minerals.
**Usage**:
```python
from PyCZINV import VRH_model
# Fraction, Bulk modulus (K), Shear modulus (G), and Density (rho) of minerals
f = [0.35, 0.25, 0.2, 0.125, 0.075]
K = [55.4, 36.6, 75.6, 46.7, 50.4]
G = [28.1, 45, 25.6, 23.65, 27.4]
rho = [2560, 2650, 2630, 2540, 3050]
Km, Gm, rho_b = VRH_model(f=f, K=K, G=G, rho=rho)
print(Km, Gm, rho_b)
Raw data
{
"_id": null,
"home_page": null,
"name": "PyCZINV",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "geophysical inversion critical zone science",
"author": "Hang Chen",
"author_email": "hchen8@lbl.gov",
"download_url": "https://files.pythonhosted.org/packages/35/3a/9c485bebe5b00712e1d31c266441f52a91ffcab3bd401682cffc6d0f50ef/PyCZINV-0.1.4.tar.gz",
"platform": null,
"description": "# PyCZINV\r\n\r\nPyCZINV is a Python package designed for facilitating geophysical inversion processes, with a focus on applications within critical zone science. It aims to simplify and streamline the execution of joint inversion, coupled inversion, and time-lapse inversion to help researchers and practitioners easily derive the subsurface properties they are interested in.\r\n\r\n## Features\r\n\r\n- **Joint Inversion**: Combine data from different geophysical methods to improve inversion results.\r\n- **Coupled Inversion**: Link inversion processes to consider mutual constraints.\r\n- **Time-Lapse Inversion**: Analyze changes over time to observe dynamic processes.\r\n- **Rock Physics**: Rock Physics models for hydrologic and geophysical properties transformation\r\n- **Data Preprocessing**: Utilities for preparing your geophysical data for inversion.\r\n- **Visualization**: Tools for visualizing inversion results and data.\r\n\r\n## Installation\r\n\r\nPyCZINV requires Python 3.6 or newer. You can install PyCZINV using pip:\r\n\r\n```bash\r\npip install pyczinv\r\n\r\n\r\n\r\n\r\n## Rock Physics Models\r\n\r\n### 1. Voigt-Reuss-Hill (VRH) Mixing Model\r\nThe VRH model is used to estimate the effective bulk modulus, shear modulus, and density of composite materials made of different minerals. \r\n\r\n**Usage**:\r\n```python\r\nfrom PyCZINV import VRH_model\r\n\r\n# Fraction, Bulk modulus (K), Shear modulus (G), and Density (rho) of minerals\r\nf = [0.35, 0.25, 0.2, 0.125, 0.075]\r\nK = [55.4, 36.6, 75.6, 46.7, 50.4]\r\nG = [28.1, 45, 25.6, 23.65, 27.4]\r\nrho = [2560, 2650, 2630, 2540, 3050]\r\n\r\nKm, Gm, rho_b = VRH_model(f=f, K=K, G=G, rho=rho)\r\nprint(Km, Gm, rho_b)\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python package for geophysical inversion tailored to Critical Zone Science.",
"version": "0.1.4",
"project_urls": null,
"split_keywords": [
"geophysical",
"inversion",
"critical",
"zone",
"science"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2eb6a091791e0f05267ac0ecfbb498c020246b0fb8e3be0615fe4d8bd64f9f89",
"md5": "5bc45407fe1585d0d62208b6c8015547",
"sha256": "1d2a3c56b805646e1ed0812e8ec7bb5d6db2c89d4450cb4eb6548bb6d50eeb05"
},
"downloads": -1,
"filename": "PyCZINV-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5bc45407fe1585d0d62208b6c8015547",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9435,
"upload_time": "2024-10-11T17:46:19",
"upload_time_iso_8601": "2024-10-11T17:46:19.843748Z",
"url": "https://files.pythonhosted.org/packages/2e/b6/a091791e0f05267ac0ecfbb498c020246b0fb8e3be0615fe4d8bd64f9f89/PyCZINV-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "353a9c485bebe5b00712e1d31c266441f52a91ffcab3bd401682cffc6d0f50ef",
"md5": "881563c18f86e4d133d1bf72d6468ea6",
"sha256": "818a05c555af5f00a6f50f3ae54a8bddb0932e5d367e2ed52ebb8d01f3ac9b84"
},
"downloads": -1,
"filename": "PyCZINV-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "881563c18f86e4d133d1bf72d6468ea6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8286,
"upload_time": "2024-10-11T17:46:21",
"upload_time_iso_8601": "2024-10-11T17:46:21.605098Z",
"url": "https://files.pythonhosted.org/packages/35/3a/9c485bebe5b00712e1d31c266441f52a91ffcab3bd401682cffc6d0f50ef/PyCZINV-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-11 17:46:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyczinv"
}