gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
346 stars 131 forks source link

Global Coordinate in Format Data ERT #598

Closed tonapawilliam closed 7 months ago

tonapawilliam commented 7 months ago

Excuse me Sir, Can pygimli read global coordinates in ERT data in res2dinv format? Or maybe in a format that is compatible with Pygimli ERT that can read global coordinates data? Thank You image

halbmy commented 7 months ago

No, we do not read global coordinates from res2dinv (https://gitlab.com/resistivity-net/bert/-/issues/47) and won't invest time in that, but if you enhance the code the coordinates could be packed into the header dict. Interpolation of the local inversion results should be very simple with numpy and could make a nice example or notebook.