PVGeo icon indicating copy to clipboard operation
PVGeo copied to clipboard

🌍 Python package of VTK-based algorithms to analyze geoscientific data and models

Results 12 PVGeo issues
Sort by recently updated
recently updated
newest added

Unfortunately the procedure described in Getting Started fails, after activation of pvgeoenv the installation of PVGeo runs into an error, as imageio requires Python >=3.5. Any workaround?

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. Commits 3a8b06b Version 2.0.16 b2951c0 Merge pull request #231 from codecov/ce-1380 2a80aa4 CE-1380_sanitize_args...

dependencies

Resolve #64 Todo: - [x] Fix labels issue - [ ] Show off `ipyparaview` in a Jupyter notebook for an example

Hello, I installed Paraview + PVGeo and dependencies following these instructions : https://pvgeo.org/overview/getting-started.html I tried with Python 2.7 & 3.7 & 3.9 but I always end up in Paraview showing...

**Overview** Drillhole functionality (and interpreting the results into 3D shapes) would fill a giant gap in open source geo-visualization. To address this, we will create a file reader that will...

Feature Request
hacktoberfest

Setting up PVGeo is very time consuming and (especially on a headless machine) difficult. This is probably a result of the complexity of getting all of the underlying python and...

First, I should get a conda-forge recipe up for PVGeo to avoid `pip` installation issues. Then! I should figure out how to require https://github.com/conda-forge/paraview-feedstock as a dependency in that recipe...

Feature Request
installation

https://github.com/OpenGeoVis/PVGeo/blob/0cc3032d0428c0081accf140846d18e209162714/PVGeo/filters/xyz.py#L588 This filter should be refactored to allow any point based dataset (e.g. UnstructuredGrids)

Feature Request
Low Hanging Fruit

We need to refactor a lot of internal code to leverage PyVista over the native VTK dataset adapters and custom array converters that we have in here which should drastically...

Low Hanging Fruit

We should leverage PCA for the `RotationTool` class's rotation estimation algorithm - this might have better performance and be more accurate