AlexanderJuestel
AlexanderJuestel
**Describe the bug** Currents tests return a `FutureWarning` for https://github.com/cgre-aachen/gempy/blob/10d6fff2c01990d88de40851cd4fdb00eb682a5a/gempy/core/data.py#L751-L752 This could be fixed prior to releasing GemPy 2.3. ` /home/runner/work/gempy/gempy/gempy/core/data.py:751: FutureWarning: The behavior of DataFrame([categorical, ...]) is deprecated and...
**Is your feature request related to a problem? Please describe.** Relates to #198 It should be possible to return the values of the drift function along the fault line to...
Currently, the `numpy_to_vtk` function is used a couple of times in GemPy. I suggest replacing this with the equivalent function `pv.convert_array` (https://docs.pyvista.org/api/utilities/_autosummary/pyvista.convert_array.html) and to remove the vtk import.
Hello, I am using rasterstats and its zonal statistics where the output of everything is a GeoPandas GeoDataFrame containing the results. I am doing the following as shown below. However,...
### Description For our GemGIS package (https://github.com/cgre-aachen/gemgis), we would like to set up **automatic testing using Github actions**. However, We are not able to create an Action that creates an...
Submitting Author: Name (@AlexanderJuestel) All current maintainers: (@AlexanderJuestel) Package Name: GemGIS One-Line Description of Package: Spatial Data Processing for Geomodeling Repository Link: https://github.com/cgre-aachen/gemgis Version submitted: 1.0.11 (soon 1.1 with bug...
Adding the publication of Marquetto et al. (2024) with Alexander Jüstel as Co-Autor. In this publication, GemPy was used to create a hydrostratigraphical model in Brazil.
## Description Hello, I would like to plot earthquake data as Time Series with PyVista, ideally having a slider or a sort of "play button" to start adding data. The...
**Is your feature request related to a problem? Please describe.** I was working with a very small dataset and got a very cryptic error message when executing ``gp.create_geomodel(..)``. My mistake...
**vector.py** - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/84d01f7f3cc3ff08b4828a237f5f88a7130e4410 - `extract_xy_points` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/34ddc0f2148653d66f257550213754a5984f2825 - `extract_xy_linestring` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/ff634489548a9db4f4a055b384d5289a4bf43970 - '`extract_xy_linestrings` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/07ce0f4e487358d257ab2542584eb5ba3b65a792 - `extract_xy` - [x] https://github.com/cgre-aachen/gemgis/commit/2e8b18058f3322cd7810b1332ec22ca8e4bdc109 - `extract_xyz_points` - [x] https://github.com/cgre-aachen/gemgis/commit/3f3b96f210d65bf7911d10a81eea25c8d262a2ca -...