Skip to content

Commit

Permalink
DOC: Add some 2023 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Nov 9, 2023
1 parent 9963d41 commit 377cac0
Show file tree
Hide file tree
Showing 15 changed files with 143 additions and 167 deletions.
22 changes: 0 additions & 22 deletions .appveyor.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .grenrc

This file was deleted.

2 changes: 1 addition & 1 deletion .jenkins.sh
Expand Up @@ -80,7 +80,7 @@ OMP_THREAD_LIMIT=4 python -c "import pygimli; print(pygimli.Report()); pygimli.t
# Setup for 3D visualizations
# ------------------------------------------------
export DISPLAY=:99.0
export PYVISTA_OFF_SCREEN=True
export PYVISTA_OFF_SCREEN=true
# ------------------------------------------------

make clean-gallery
Expand Down
50 changes: 0 additions & 50 deletions .landscape.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .prospector.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Expand Up @@ -8,7 +8,7 @@ Please provide the output of `print(pygimli.Report())` here. If that does not
work, please give provide some additional information on your:

**Operating system**: e.g. Windows, Linux or Mac?
**Python version**: e.g. 3.8, 3.9, etc.?
**Python version**: e.g. 3.9, 3.10, etc.?
**pyGIMLi version**: Output of `print(pygimli.__version__)`
**Way of installation**: e.g. Conda package, manual compilation from source, etc.

Expand All @@ -30,7 +30,7 @@ Tell us what should happen or what you want to achieve.
Tell us what happens instead and/or provide the output of your script.

```
Paste output here.
Paste your script output here.
```

> If possible, please add one or more labels to your issue, e.g. if you expect that your issue is rather a question than a problem with the code, please add the label "question".
7 changes: 7 additions & 0 deletions doc/_static/css/custom.css
Expand Up @@ -35,6 +35,13 @@ a:hover {
color: #107896;
text-decoration: none;
}
.btn.btn-primary {
color: white;
}
.btn.btn-primary:hover {
color: white;
text-decoration: underline;
}

h1,
h2,
Expand Down
Binary file added doc/_static/usecases/uecker2022.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -8,7 +8,6 @@
inversion using a depth-weighting function as outlined in the paper.
"""

# %%%
import numpy as np
import pygimli as pg
import pygimli.meshtools as mt
Expand Down
Expand Up @@ -12,7 +12,7 @@
inversion using a depth-weighting function as outlined in the paper.
"""
# %%%
# sphinx_gallery_thumbnail_number = 2
import numpy as np
import pygimli as pg
from pygimli.viewer import pv
Expand Down
Expand Up @@ -140,7 +140,7 @@
# Create a dipole-dipole measurement scheme and a suitable mesh for ERT forward
# simulations.

ertScheme = ert.createERTData(pg.utils.grange(-20, 20, dx=1.0), schemeName='dd')
ertScheme = ert.createData(pg.utils.grange(-20, 20, dx=1.0), schemeName='dd')

meshERT = mt.createParaMesh(ertScheme, quality=33, paraMaxCellSize=0.2,
boundaryMaxCellSize=50, smooth=[1, 2])
Expand Down
128 changes: 127 additions & 1 deletion doc/gimliuses.bib
Expand Up @@ -888,7 +888,7 @@ @Article{gruenenbaum2023JoH
@Article{rochlitz2023GJI,
author = {Rochlitz, R. and Becken, M. and G\"{u}nther, T.},
journal = {Geophys. J. Int.},
journal = {Geophysical Journal International},
title = {Three-dimensional inversion of semi-airborne electromagnetic data with a second-order finite-element forward solver},
year = {2023},
number = {1},
Expand All @@ -898,4 +898,130 @@ @Article{rochlitz2023GJI
publisher = {Oxford University Press ({OUP})},
}
@Article{Moser2023,
author = {Moser, C. and Binley, A. and Flores Orozco, A.},
doi = {10.1016/j.wasman.2023.07.006},
issn = {0956-053X},
journal = {Waste Management},
pages = {208-222},
title = {3D electrode configurations for spectral induced polarization surveys of landfills},
volume = {169},
year = {2023},
}
@Article{su151813574,
abstract = {Seismic characterization of landslides offers the potential for developing high-resolution models on subsurface shear-wave velocity profile. However, seismic methods based on reflection processing are challenging to apply in such scenarios as a consequence of the disturbance to the often well-defined structural and stratigraphic layering by the landslide process itself. We evaluate the use of alternative seismic characterization methods based on elastic full waveform inversion (E-FWI) to probe the subsurface of a landslide complex in Majes, southern Peru, where recent agricultural development and irrigation activities have altered the hydrology and groundwater table and are thought to have contributed to increased regional landslide activities that present continuing sustainability community development challenges. We apply E-FWI to a 2D near-surface seismic data set for the purpose of better understanding the subsurface in the vicinity of a recent landslide location. We use seismic first-arrival travel-time tomography to generate the inputs required for E-FWI to generate the final high-resolution 2D compressional- and shear-wave (P- and S-wave) velocity models. At distances greater than 140 m from the cliff, the inverted models show a predominantly vertically stratified velocity structure with a low-velocity near-surface layer between 5–15 m depth. At distances closer than 140 m from the cliff, though, the models exhibit significantly reduced shear-wave velocities, stronger heterogeneity, and localized shorter wavelength structure in the top 20 m. These observations are consistent with those expected for a recent landslide complex; however, follow-on geotechnical analysis is required to confirm these assertions. Overall, the E-FWI seismic approach may be helpful for future landslide characterization projects and, when augmented with additional geophysical and geotechnical analyses, may allow for improved understanding of the hydrogeophysical properties associated with suspected ground-water-driven landslide activity.},
author = {Yang, J. and Shragge, J. and Girard, A. J. and Gonzales, E. and Ticona, J. and Minaya, A. and Krahenbuhl, R.},
doi = {10.3390/su151813574},
issn = {2071-1050},
journal = {Sustainability},
number = {18},
title = {Seismic Characterization of a Landslide Complex: A Case History from Majes, Peru},
volume = {15},
year = {2023},
}
@Article{Wang2022,
doi = {10.1007/s10712-022-09747-8},
year = {2022},
month = nov,
publisher = {Springer Science and Business Media {LLC}},
volume = {44},
number = {2},
pages = {357--386},
author = {Wang, Z. and Sun, C. and Wu, D.},
title = {Near-surface Site Characterization Based on Joint Iterative Analysis of First-arrival and Surface-wave Data},
journal = {Surveys in Geophysics}
}
@Article{ArboledaZapata2023,
doi = {10.1002/esp.5695},
year = {2023},
month = sep,
publisher = {Wiley},
author = {Arboleda-Zapata, M. and Guillemoteau, J. and Luc{\'{\i}}a, A. and Eberle, J. and Tronicke, J. and Korup, O.},
title = {Tracing past extreme floods on an alluvial fan using geophysical surveying},
journal = {Earth Surface Processes and Landforms}
}
@Article{Carrier2023,
doi = {10.1007/s10346-023-02137-0},
year = {2023},
month = oct,
publisher = {Springer Science and Business Media {LLC}},
author = {Carrier, A. and Meric, O. and Bottelin, P.},
title = {Characterizing landslide dynamics from time-lapse time domain induced polarization and ground-based imaging: a case study of the {MontGombert} landslide (French, Alps)},
journal = {Landslides}
}
@Comment{jabref-meta: databaseType:bibtex;}
@Article{Herring2023,
doi = {10.1002/ppp.2207},
year = {2023},
month = oct,
publisher = {Wiley},
volume = {34},
number = {4},
pages = {494--512},
author = {Herring, T. and Lewkowicz, A. G. and Hauck, C. and Hilbich, C. and Mollaret, C. and Oldenborger, G. A. and Uhlemann, S. and Farzamian, M. and Calmels, F. and Scandroglio, R.},
title = {Best practices for using electrical resistivity tomography to investigate permafrost},
journal = {Permafrost and Periglacial Processes}
}
@Article{Pavoni2023,
author = {Pavoni, M. and Boaga, J. and Wagner, F.M. and Bast, A. and Phillips, M.},
doi = {10.1016/j.jappgeo.2023.105097},
journal = {Journal of Applied Geophysics},
keywords = {Mountain permafrost, Electrical resistivity tomography (ERT), Refraction seismic tomography (RST), Joint inversion},
pages = {105097},
title = {Characterization of rock glaciers environments combining structurally-coupled and petrophysically-coupled joint inversions of electrical resistivity and seismic refraction datasets},
year = {2023},
}
@article{Steiner2023,
doi = {10.1016/j.cageo.2023.105339},
year = {2023},
month = jul,
publisher = {Elsevier {BV}},
volume = {176},
pages = {105339},
author = {Steiner, M. and Flores Orozco, A.},
title = {formikoj: A flexible library for data management and processing in geophysics - Application for seismic refraction data},
journal = {Computers {\&} Geosciences}
}
@article{Fiolleau2023,
doi = {10.1016/j.jappgeo.2023.105090},
year = {2023},
month = aug,
publisher = {Elsevier {BV}},
volume = {215},
pages = {105090},
author = {Fiolleau, S. and Uhlemann, S. and Wielandt, S. and Dafflon, B.},
title = {Understanding slow-moving landslide triggering processes using low-cost passive seismic and inclinometer monitoring},
journal = {Journal of Applied Geophysics}
}
@article{Uecker2023,
doi = {10.3389/frwa.2023.1057725},
year = {2023},
month = jul,
publisher = {Frontiers Media {SA}},
volume = {5},
author = {Uecker, R. K. and Flinchum, B. A. and Holbrook, W. S. and Carr, B. J.},
title = {Mapping bedrock topography: a seismic refraction survey and landscape analysis in the Laramie Range, Wyoming},
journal = {Frontiers in Water}
}
@article{IsunzaManrique2023,
doi = {10.1190/geo2022-0133.1},
year = {2023},
month = apr,
publisher = {Society of Exploration Geophysicists},
volume = {88},
number = {3},
pages = {B73--B88},
author = {Isunza Manrique, I. and Caterina, D. and Nguyen, F. and Hermans, T.},
title = {Quantitative interpretation of geoelectric inverted data with a robust probabilistic approach},
journal = {Geophysics}
}
4 changes: 4 additions & 0 deletions doc/paper_carousel.py
@@ -1,6 +1,10 @@
# Paper examples on start page. Images have to be in _static/usecases.
# Order does not matter, will be shuffled on doc build.
showcase = [
dict(img="uecker2022.png",
link="https://doi.org/10.3389/frwa.2023.1057725",
title="Mapping bedrock topography",
subtitle="Uecker et al. (2022), Frontiers in Water"),
dict(img="nazari2023.png",
title="3D SAEM survey design",
subtitle="Nazari et al. (2023), Minerals",
Expand Down
7 changes: 0 additions & 7 deletions gimli.code-workspace

This file was deleted.

0 comments on commit 377cac0

Please sign in to comment.