gimli
gimli copied to clipboard
Geophysical Inversion and Modeling Library :earth_africa:
### https://www.pygimli.org => Tutorials and Examples The titles of the examples on the tutorials and examples pages are currently duplicated. I suspect it is related to recent changes in sphinx-gallery,...
### Problem description Dear GIMLi Development Team, We need to use 3D modelling because we want to assess the influence of a shifted 3D body on 2D ERT. As a...
i am student and döing Cascade inversion for my masters thesis by using the following steps. 1) Load the timestep 1 and invert it as start model ert.load=Timestep1 d1=mgr.invert(Timestep1,verbose=True,mesh=mesh, lam=20)...
``` import numpy as np import pygimli as pg import pygimli.meshtools as mt import matplotlib.pyplot as plt from pygimli.viewer import showMesh from pygimli.physics import ert world = mt.createWorld(start=[-20, 0], end=[40,...
Hello, 《A geoelectrical pre-study of Älvkarleby test embankment dam: 3D forward modelling and effects of structural constraints on the 3D inversion model of zoned embankment dams》 Pygimli is used in...
#example ``` import pygimli as pg import pygimli.meshtools as mt import math import matplotlib.pyplot as plt import numpy as np from pygimli.physics import TravelTimeManager from pygimli.physics.traveltime import createGradientModel2D import pygimli.physics.traveltime...
[Datasheet TA.xlsx](https://github.com/gimli-org/gimli/files/14606947/Datasheet.TA.xlsx) ### Discussed in https://github.com/gimli-org/gimli/discussions/672 Originally posted by **ferryatm** March 15, 2024 Please help me, I'm new to this. Provide me with the code for Schlumberger VES inversion with...
### Problem description I'm trying to generate multiple randomized synthetic datasets and getting error on random iteration. ### Your environment Please provide the output of `print(pygimli.Report())` here. ``` -------------------------------------------------------------------------------- Date:...
### Problem description I wish to import a filtered ERT dataset so that i can visualize the datapoints removed. However i have trouble importing the dataset. On an issue posted...
### Problem description After installing the current version of pygimili on google colab, I received an error message as follows. ``` !conda install -c gimli pygimli=1.4.0 import pygimli ``` ---------------------------------------------------------------------------...