pykasso


Namepykasso JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/randlab/pyKasso
SummaryPython project intended to simulate stochastic karst network
upload_time2023-04-17 21:26:47
maintainerFrançois Miville
docs_urlNone
authorFrançois Miville
requires_python>=3.9,<4.0
licenseGPL-3.0
keywords hydrogeology 3-d modeling stochasticity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![pyKasso's banner](/docs/source/_static/pykasso_banner_logo.png)

<!-- ![]() -->
[![PyPI Version](https://img.shields.io/pypi/v/pykasso.png)](https://pypi.python.org/pypi/pykasso)
[![PyPI Status](https://img.shields.io/pypi/status/pykasso.png)](https://pypi.python.org/pypi/pykasso)
[![PyPI Versions](https://img.shields.io/pypi/pyversions/pykasso.png)](https://pypi.python.org/pypi/pykasso)

![license](https://img.shields.io/github/license/randlab/pyKasso)
![last-commit](https://img.shields.io/github/last-commit/randlab/pyKasso/dev)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/randlab/pyKasso/dev)

## pyKasso: a stochastic karst network simulation tool
<!-- ![pyKasso's logo](/docs/source/_static/pykasso_logo.png) -->

pyKasso is a python3 open-source package intended to simulate easily and quickly karst networks using a geological model, hydrogeological, and structural data. It relies on a pseudo-genetic methodology where stochastic data and fast-marching methods are combined to perform thousands of simulations rapidly. The method is based on the stochastic karst simulator developed by Borghi et al (2012). It has been extended to account for anisotropy allowing to simplify the algorithm while accounting better for the geological structure following the method presented in Fandel et al. (2022). Statistical geometrical and topological metrics are computed on the simulated networks and compared with the same statistics computed on real karst network to evaluate the plausibility of the simulations.

![gif_01](/docs/source/_static/animation_01.gif)
![gif_02](/docs/source/_static/animation_02.gif)

## Installation

Currently, pyKasso is only working with Python 3.9.

### Using conda

Download *environment.yml*. From source:
```
conda env create --name pykasso --file=environment.yml
```

Then:
```
pip install -e pykasso[analysis, visualization]
```

<!-- 
### Check installation

Work in progress.

```
poetry run pytest tests/
```


### Dependencies

pyKasso requires the following python packages to function properly:
- [agd](https://github.com/Mirebeau/AdaptiveGridDiscretizations)
- [karstnet](https://github.com/UniNE-CHYN/karstnet)
- [pyvista](https://github.com/pyvista/pyvista)
-->

## Documentation

Work in progress.

## Examples

Some basic examples are avaible here : [notebooks/geometry/](https://github.com/randlab/pyKasso/tree/dev/notebooks/geometry)

## Contact

- F. Miville
- Prof. C. Fandel
- Prof. P. Renard

## Publications

- Fandel, C., Miville, F., Ferré, T. et al. 2022: The stochastic simulation of karst conduit network structure using anisotropic fast marching, and its application to a geologically complex alpine karst system. Hydrogeol J 30, 927–946, https://doi.org/10.1007/s10040-022-02464-x
- Borghi, A., Renard, P., Jenni, S. 2012: A pseudo-genetic stochastic model to generate karstic networks, Journal of Hydrology, 414–415, https://doi.org/10.1016/j.jhydrol.2011.11.032.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/randlab/pyKasso",
    "name": "pykasso",
    "maintainer": "Fran\u00e7ois Miville",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "francois@miville.org",
    "keywords": "hydrogeology,3-D modeling,stochasticity",
    "author": "Fran\u00e7ois Miville",
    "author_email": "francois@miville.org",
    "download_url": "https://files.pythonhosted.org/packages/28/d7/648d2db25b6e5fa8f737822f5f5b26944f68787f119952b920877aca5b3b/pykasso-0.1.3.tar.gz",
    "platform": null,
    "description": "![pyKasso's banner](/docs/source/_static/pykasso_banner_logo.png)\n\n<!-- ![]() -->\n[![PyPI Version](https://img.shields.io/pypi/v/pykasso.png)](https://pypi.python.org/pypi/pykasso)\n[![PyPI Status](https://img.shields.io/pypi/status/pykasso.png)](https://pypi.python.org/pypi/pykasso)\n[![PyPI Versions](https://img.shields.io/pypi/pyversions/pykasso.png)](https://pypi.python.org/pypi/pykasso)\n\n![license](https://img.shields.io/github/license/randlab/pyKasso)\n![last-commit](https://img.shields.io/github/last-commit/randlab/pyKasso/dev)\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/randlab/pyKasso/dev)\n\n## pyKasso: a stochastic karst network simulation tool\n<!-- ![pyKasso's logo](/docs/source/_static/pykasso_logo.png) -->\n\npyKasso is a python3 open-source package intended to simulate easily and quickly karst networks using a geological model, hydrogeological, and structural data. It relies on a pseudo-genetic methodology where stochastic data and fast-marching methods are combined to perform thousands of simulations rapidly. The method is based on the stochastic karst simulator developed by Borghi et al (2012). It has been extended to account for anisotropy allowing to simplify the algorithm while accounting better for the geological structure following the method presented in Fandel et al. (2022). Statistical geometrical and topological metrics are computed on the simulated networks and compared with the same statistics computed on real karst network to evaluate the plausibility of the simulations.\n\n![gif_01](/docs/source/_static/animation_01.gif)\n![gif_02](/docs/source/_static/animation_02.gif)\n\n## Installation\n\nCurrently, pyKasso is only working with Python 3.9.\n\n### Using conda\n\nDownload *environment.yml*. From source:\n```\nconda env create --name pykasso --file=environment.yml\n```\n\nThen:\n```\npip install -e pykasso[analysis, visualization]\n```\n\n<!-- \n### Check installation\n\nWork in progress.\n\n```\npoetry run pytest tests/\n```\n\n\n### Dependencies\n\npyKasso requires the following python packages to function properly:\n- [agd](https://github.com/Mirebeau/AdaptiveGridDiscretizations)\n- [karstnet](https://github.com/UniNE-CHYN/karstnet)\n- [pyvista](https://github.com/pyvista/pyvista)\n-->\n\n## Documentation\n\nWork in progress.\n\n## Examples\n\nSome basic examples are avaible here : [notebooks/geometry/](https://github.com/randlab/pyKasso/tree/dev/notebooks/geometry)\n\n## Contact\n\n- F. Miville\n- Prof. C. Fandel\n- Prof. P. Renard\n\n## Publications\n\n- Fandel, C., Miville, F., Ferr\u00e9, T. et al. 2022: The stochastic simulation of karst conduit network structure using anisotropic fast marching, and its application to a geologically complex alpine karst system. Hydrogeol J 30, 927\u2013946, https://doi.org/10.1007/s10040-022-02464-x\n- Borghi, A., Renard, P., Jenni, S. 2012: A pseudo-genetic stochastic model to generate karstic networks, Journal of Hydrology, 414\u2013415, https://doi.org/10.1016/j.jhydrol.2011.11.032.",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Python project intended to simulate stochastic karst network",
    "version": "0.1.3",
    "split_keywords": [
        "hydrogeology",
        "3-d modeling",
        "stochasticity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5787a6fef0b77e089c773458d4d1e1403d21813efea1d40ceffc4f73ad21757b",
                "md5": "015b55d42b54c8d3c338b1ae4911c4d5",
                "sha256": "29b93c44820f4e9c947dc8a243979658b3a232f75bf797d1fd44e6c1c952d267"
            },
            "downloads": -1,
            "filename": "pykasso-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "015b55d42b54c8d3c338b1ae4911c4d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 94628,
            "upload_time": "2023-04-17T21:26:45",
            "upload_time_iso_8601": "2023-04-17T21:26:45.828393Z",
            "url": "https://files.pythonhosted.org/packages/57/87/a6fef0b77e089c773458d4d1e1403d21813efea1d40ceffc4f73ad21757b/pykasso-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28d7648d2db25b6e5fa8f737822f5f5b26944f68787f119952b920877aca5b3b",
                "md5": "b6980dd592bc6cfd0acabf4c25240e3a",
                "sha256": "a1c682294481042a5ae1dc55a41991cb95354504d4ea8d4dc655926349d786bd"
            },
            "downloads": -1,
            "filename": "pykasso-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b6980dd592bc6cfd0acabf4c25240e3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 89165,
            "upload_time": "2023-04-17T21:26:47",
            "upload_time_iso_8601": "2023-04-17T21:26:47.262911Z",
            "url": "https://files.pythonhosted.org/packages/28/d7/648d2db25b6e5fa8f737822f5f5b26944f68787f119952b920877aca5b3b/pykasso-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-17 21:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "randlab",
    "github_project": "pyKasso",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pykasso"
}
        
Elapsed time: 0.07403s