PVGeo


NamePVGeo JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/OpenGeoVis/PVGeo
SummaryGeoscientific visualization tools for PyVista
upload_time2024-02-18 18:49:02
maintainer
docs_urlNone
authorBane Sullivan
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # *PVGeo*



The *PVGeo* Python package contains VTK powered tools for data visualization in
geophysics which are wrapped for direct use with
[**PyVista**](https://github.com/pyvista/pyvista). These tools are tailored to
data visualization in the geosciences with a heavy focus on structured data sets
like 2D or 3D time-varying grids.

**Learn More:**
[![DOI](http://joss.theoj.org/papers/10.21105/joss.01451/status.svg)](https://doi.org/10.21105/joss.01451)
[![Vimeo](https://img.shields.io/badge/demos-grey.svg?logo=vimeo)](https://vimeo.com/user82050125)
[![Slack Badge](https://img.shields.io/badge/Slack-PVGeo-4B0082.svg?logo=slack)](http://slack.pvgeo.org)

**Status:** [![PyPI](https://img.shields.io/pypi/v/PVGeo.svg?logo=python&logoColor=white)](https://pypi.org/project/PVGeo/)
[![Testing](https://github.com/OpenGeoVis/PVGeo/actions/workflows/test.yml/badge.svg)](https://github.com/OpenGeoVis/PVGeo/actions/workflows/test.yml)

**Metrics:**
[![GitHub contributors](https://img.shields.io/github/contributors/OpenGeoVis/PVGeo.svg?logo=github&logoColor=white)](https://GitHub.com/OpenGeoVis/PVGeo/graphs/contributors/)
[![codecov](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/main)

## Demonstrations of *PVGeo*

For a quick overview of how *PVGeo* can be used, checkout the code snippets and
videos on the [**About Examples Page**](https://pvgeo.org/about-examples.html)

## Connections

This package provides many VTK-like algorithms designed for geoscientific data
formats and types to perform data integration and analysis.
To ensure our users have powerful and easy to use tools that can visualize the
results of PVGeo algorithms, we are actively involved in the development of
[**PyVista**](https://github.com/pyvista/pyvista): a toolset for easy access to
VTK data objects and 3D visualization in Python.
To learn more about pairing PVGeo with PyVista, please check out the
[**example Jupyter notebooks**](https://github.com/OpenGeoVis/PVGeo-Examples).

## Getting Started

To begin using the *PVGeo* Python package, create/activate your Python virtual
environment (we highly recommend using anaconda) and install *PVGeo* through pip:

```bash
pip install PVGeo
```

Now *PVGeo* is ready for use in your standard Python environment (>=3.8)
with all dependencies installed! Go ahead and test your install:

```bash
python -c "import PVGeo; print(PVGeo.__version__)"
```

Further insight can be found in the [**Getting Started Guide**](http://pvgeo.org/overview/getting-started.html).

## Report Issues and Contribute

Please feel free to post features you would like to see from this package on the
[**issues page**](https://github.com/OpenGeoVis/PVGeo/issues) as a feature
request.
If you stumble across any bugs or crashes while using code distributed here,
report them in the issues section so we can promptly address it.
For other questions, join the [***PVGeo* community on Slack**](http://slack.pvgeo.org).

Interested in contributing to PVGeo? Please see the [contributing guide](https://pvgeo.org/dev-guide/contributing.html)

## About the Authors [![Open Source](https://img.shields.io/badge/open--source-yes-brightgreen.svg)](https://opensource.com/resources/what-open-source)

The *PVGeo* code library was created and is managed by [**Bane Sullivan**](http://banesullivan.com),
graduate student in the Hydrological Science and Engineering interdisciplinary
program at the Colorado School of Mines under Whitney Trainor-Guitton.
If you would like to contact us, inquire with [**info@pvgeo.org**](mailto:info@pvgeo.org).

It is important to note the project is open source and that many features in
this repository were made possible by contributors volunteering their time.
Head over to the [**Contributors Page**](https://github.com/OpenGeoVis/PVGeo/graphs/contributors)
to learn more about the developers of *PVGeo*.

### Citing PVGeo

There is a [paper about PVGeo](https://doi.org/10.21105/joss.01451)!

If you are using PVGeo in your scientific research, please help our scientific
visibility by citing our work!

> Sullivan et al., (2019). PVGeo: an open-source Python package for geoscientific visualization in VTK and ParaView. Journal of Open Source Software, 4(38), 1451, https://doi.org/10.21105/joss.01451

See [CITATION.rst](https://github.com/OpenGeoVis/PVGeo/blob/main/CITATION.rst)
for more details.

## Linking PVGeo to ParaView

While PVGeo was previously design to be used as plugins directly in ParaView, we are
unable to maintain support for ParaView and recommend using PyVista instead.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenGeoVis/PVGeo",
    "name": "PVGeo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bane Sullivan",
    "author_email": "info@pvgeo.org",
    "download_url": "https://files.pythonhosted.org/packages/90/c6/1119dffcc1bdad818fd62dc07093175fcc4656b424f1715cf38cb3f2d163/PVGeo-3.0.1.tar.gz",
    "platform": null,
    "description": "# *PVGeo*\n\n\n\nThe *PVGeo* Python package contains VTK powered tools for data visualization in\ngeophysics which are wrapped for direct use with\n[**PyVista**](https://github.com/pyvista/pyvista). These tools are tailored to\ndata visualization in the geosciences with a heavy focus on structured data sets\nlike 2D or 3D time-varying grids.\n\n**Learn More:**\n[![DOI](http://joss.theoj.org/papers/10.21105/joss.01451/status.svg)](https://doi.org/10.21105/joss.01451)\n[![Vimeo](https://img.shields.io/badge/demos-grey.svg?logo=vimeo)](https://vimeo.com/user82050125)\n[![Slack Badge](https://img.shields.io/badge/Slack-PVGeo-4B0082.svg?logo=slack)](http://slack.pvgeo.org)\n\n**Status:** [![PyPI](https://img.shields.io/pypi/v/PVGeo.svg?logo=python&logoColor=white)](https://pypi.org/project/PVGeo/)\n[![Testing](https://github.com/OpenGeoVis/PVGeo/actions/workflows/test.yml/badge.svg)](https://github.com/OpenGeoVis/PVGeo/actions/workflows/test.yml)\n\n**Metrics:**\n[![GitHub contributors](https://img.shields.io/github/contributors/OpenGeoVis/PVGeo.svg?logo=github&logoColor=white)](https://GitHub.com/OpenGeoVis/PVGeo/graphs/contributors/)\n[![codecov](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/main)\n\n## Demonstrations of *PVGeo*\n\nFor a quick overview of how *PVGeo* can be used, checkout the code snippets and\nvideos on the [**About Examples Page**](https://pvgeo.org/about-examples.html)\n\n## Connections\n\nThis package provides many VTK-like algorithms designed for geoscientific data\nformats and types to perform data integration and analysis.\nTo ensure our users have powerful and easy to use tools that can visualize the\nresults of PVGeo algorithms, we are actively involved in the development of\n[**PyVista**](https://github.com/pyvista/pyvista): a toolset for easy access to\nVTK data objects and 3D visualization in Python.\nTo learn more about pairing PVGeo with PyVista, please check out the\n[**example Jupyter notebooks**](https://github.com/OpenGeoVis/PVGeo-Examples).\n\n## Getting Started\n\nTo begin using the *PVGeo* Python package, create/activate your Python virtual\nenvironment (we highly recommend using anaconda) and install *PVGeo* through pip:\n\n```bash\npip install PVGeo\n```\n\nNow *PVGeo* is ready for use in your standard Python environment (>=3.8)\nwith all dependencies installed! Go ahead and test your install:\n\n```bash\npython -c \"import PVGeo; print(PVGeo.__version__)\"\n```\n\nFurther insight can be found in the [**Getting Started Guide**](http://pvgeo.org/overview/getting-started.html).\n\n## Report Issues and Contribute\n\nPlease feel free to post features you would like to see from this package on the\n[**issues page**](https://github.com/OpenGeoVis/PVGeo/issues) as a feature\nrequest.\nIf you stumble across any bugs or crashes while using code distributed here,\nreport them in the issues section so we can promptly address it.\nFor other questions, join the [***PVGeo* community on Slack**](http://slack.pvgeo.org).\n\nInterested in contributing to PVGeo? Please see the [contributing guide](https://pvgeo.org/dev-guide/contributing.html)\n\n## About the Authors [![Open Source](https://img.shields.io/badge/open--source-yes-brightgreen.svg)](https://opensource.com/resources/what-open-source)\n\nThe *PVGeo* code library was created and is managed by [**Bane Sullivan**](http://banesullivan.com),\ngraduate student in the Hydrological Science and Engineering interdisciplinary\nprogram at the Colorado School of Mines under Whitney Trainor-Guitton.\nIf you would like to contact us, inquire with [**info@pvgeo.org**](mailto:info@pvgeo.org).\n\nIt is important to note the project is open source and that many features in\nthis repository were made possible by contributors volunteering their time.\nHead over to the [**Contributors Page**](https://github.com/OpenGeoVis/PVGeo/graphs/contributors)\nto learn more about the developers of *PVGeo*.\n\n### Citing PVGeo\n\nThere is a [paper about PVGeo](https://doi.org/10.21105/joss.01451)!\n\nIf you are using PVGeo in your scientific research, please help our scientific\nvisibility by citing our work!\n\n> Sullivan et al., (2019). PVGeo: an open-source Python package for geoscientific visualization in VTK and ParaView. Journal of Open Source Software, 4(38), 1451, https://doi.org/10.21105/joss.01451\n\nSee [CITATION.rst](https://github.com/OpenGeoVis/PVGeo/blob/main/CITATION.rst)\nfor more details.\n\n## Linking PVGeo to ParaView\n\nWhile PVGeo was previously design to be used as plugins directly in ParaView, we are\nunable to maintain support for ParaView and recommend using PyVista instead.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Geoscientific visualization tools for PyVista",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/OpenGeoVis/PVGeo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "462298b32537670740f9ad028b822854996851beecc81bb3c015cddd06bd987a",
                "md5": "ad895056e5a8fbfc37e0d4b4a373578c",
                "sha256": "5e34bc0e6c9e7df1571e7c0174a31f4b5dfeb1a437b7d7eb069ad6eafd48d627"
            },
            "downloads": -1,
            "filename": "PVGeo-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad895056e5a8fbfc37e0d4b4a373578c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 100800,
            "upload_time": "2024-02-18T18:49:00",
            "upload_time_iso_8601": "2024-02-18T18:49:00.631837Z",
            "url": "https://files.pythonhosted.org/packages/46/22/98b32537670740f9ad028b822854996851beecc81bb3c015cddd06bd987a/PVGeo-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c61119dffcc1bdad818fd62dc07093175fcc4656b424f1715cf38cb3f2d163",
                "md5": "0fce80569004500f46ba02b00b744eb7",
                "sha256": "3444556516314b6a1596700cca38b10a3fb8f9427e4720526464fc6df1d50326"
            },
            "downloads": -1,
            "filename": "PVGeo-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0fce80569004500f46ba02b00b744eb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 83066,
            "upload_time": "2024-02-18T18:49:02",
            "upload_time_iso_8601": "2024-02-18T18:49:02.355406Z",
            "url": "https://files.pythonhosted.org/packages/90/c6/1119dffcc1bdad818fd62dc07093175fcc4656b424f1715cf38cb3f2d163/PVGeo-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 18:49:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenGeoVis",
    "github_project": "PVGeo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pvgeo"
}
        
Elapsed time: 0.44339s