All Projects → OpenGeoVis → PVGeo

OpenGeoVis / PVGeo

Licence: BSD-3-Clause license
🌍 Python package of VTK-based algorithms to analyze geoscientific data and models

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PVGeo

trame
Trame let you weave various components and technologies into a Web Application solely written in Python.
Stars: ✭ 50 (-67.95%)
Mutual labels:  vtk, paraview
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+81.41%)
Mutual labels:  geophysics, open-science
paper-moho-inversion-tesseroids
Source code, data, and model results for "Fast non-linear gravity inversion in spherical coordinates with application to the South American Moho". Published in the Geophysical Journal International.
Stars: ✭ 27 (-82.69%)
Mutual labels:  geophysics, open-science
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+328.21%)
Mutual labels:  geophysics, open-science
vtkbool
A new boolean operations filter for VTK
Stars: ✭ 77 (-50.64%)
Mutual labels:  vtk, paraview
gis-snippets
Some code snippets for GIS tasks
Stars: ✭ 45 (-71.15%)
Mutual labels:  vtk, paraview
seispy
Python module of seismology and receiver functions
Stars: ✭ 50 (-67.95%)
Mutual labels:  geophysics
SlicerVirtualReality
A Slicer extension that enables user to interact with a Slicer scene using virtual reality.
Stars: ✭ 70 (-55.13%)
Mutual labels:  vtk
gxpy
Python for Geosoft GX Developer
Stars: ✭ 22 (-85.9%)
Mutual labels:  geosciences
fossos
seminar series on data science, reproducible science and open source by @maxheld83
Stars: ✭ 13 (-91.67%)
Mutual labels:  open-science
3d-nii-visualizer
A NIfTI (nii.gz) 3D Visualizer using VTK and Qt5
Stars: ✭ 86 (-44.87%)
Mutual labels:  vtk
protwis
Protwis is the backbone of the GPCRdb. The GPCRdb contains reference data, interactive visualisation and experiment design tools for G protein-coupled receptors (GPCRs).
Stars: ✭ 20 (-87.18%)
Mutual labels:  open-science
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (-80.13%)
Mutual labels:  open-science
LED-Zappelin
An OpenSource LED stimulator for visual and optogenetics stimulation in combination with 2-photon recording
Stars: ✭ 19 (-87.82%)
Mutual labels:  open-science
linkedresearch.org
🌐 linkedresearch.org
Stars: ✭ 32 (-79.49%)
Mutual labels:  open-science
serratus
Ultra-deep search for novel viruses
Stars: ✭ 196 (+25.64%)
Mutual labels:  open-science
geosci-labs
collection of notebook-apps for concepts in applied geophysics
Stars: ✭ 32 (-79.49%)
Mutual labels:  geophysics
xlines
X lines of Python
Stars: ✭ 100 (-35.9%)
Mutual labels:  geophysics
Transform-to-Open-Science
Transformation to Open Science
Stars: ✭ 268 (+71.79%)
Mutual labels:  open-science
geoist
An Open-Source Geophysical Python Library for Geoscience Prototype Research
Stars: ✭ 57 (-63.46%)
Mutual labels:  geophysics

Share this project: Tweet

The PVGeo Python package contains VTK powered tools for data visualization in geophysics which are wrapped for direct use within the application ParaView by Kitware or in a Python environment with 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 Vimeo Slack Badge

Status: PyPI Testing

Metrics: GitHub contributors Codacy Badge codecov

Demonstrations of PVGeo

For a quick overview of how PVGeo can be used in a Python environment or directly within ParaView, checkout the code snippets and videos on the About Examples Page

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: 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.

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:

pip install PVGeo

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

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

Note that Windows users must use Python >=3.6 when outside of ParaView. Further insight can be found in the Getting Started Guide.

Report Issues and Contribute

Please feel free to post features you would like to see from this package on the issues page 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.

Interested in contributing to PVGeo? Please see the contributing guide

About the Authors Open Source

The PVGeo code library was created and is managed by Bane Sullivan, 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 [email protected].

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 to learn more about the developers of PVGeo.

Citing PVGeo

There is a paper about PVGeo!

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 for more details.

Linking PVGeo to ParaView

To use the PVGeo library as plugins in ParaView, please see the detailed explanation here where you must create a second isolated Python 2.7 environment that will host PVGeo for ParaView.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].