gempy icon indicating copy to clipboard operation
gempy copied to clipboard

Plot arbitrary field (as option in 2D and 3D)

Open Leguark opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. Adding an example passing arbitrary scalar fields to the plot 2d and plot 3d

[ ] If the computation of the gradient of the scalar field -used for the surfaces interpolation- becomes an standard gempy output before this issue is done, we should add the option to directly plotting the gradient too

Leguark avatar May 20 '20 07:05 Leguark

I just ran across a use case where it would be very useful for me to have access the the gradient of the scalar field, specifically for custom grids

AndrewAnnex avatar Jun 20 '20 18:06 AndrewAnnex

GemPy v3 has a better implementation of interpolating the gradients. To date there is no API but you can find some tests in gempy_engine

Leguark avatar Apr 16 '24 11:04 Leguark