Examples - Notebooks List

Switch to Notebooks Gallery.

Various examples are provided in notebooks below to get started with GEONE.

The notebooks (with related data files) from this doc are available on Github at https://github.com/randlab/geone/tree/master/docs/source/notebooks

Note

In the list below, abbreviations are used for the beginning of the original notebook file names:

  • ex_gc stands for ex_geosclassic

  • ex_VA stands for ex_vario_analysis

Images and point sets

The following notebooks show how to deal with the classes geone.img.Img for “images” and geone.img.PointSet for “point sets”.

Multiple-point statistics - DEESSE

The following notebooks show how to run DEESSE with its functionalities (options).

Multiple-point statistics - DEESSEX (“X-simulation”)

The following notebooks show how some examples of crossing-simulation (X-simulation) with DEESSEX.

MultiGaussian estimation and simulation (general function)

The following notebook shows elementary covariance models, and examples of covariance model in 1D, 2D, 3D, and the use of a general function (wrapper) allowing to launch the other functions of GEONE for multiGaussian estimation and simulation (based on FFT / search neighborhood (GEOSCLASSIC), see below).

GRF based on FFT

Gaussian random fields (GRF) - simulation and estimation (kriging) in a grid - based on Fast Fourier Transform (FFT).

SGS / SIS and kriging based on search neighborhood

Sequential Gaussian Simulation (SGS), Sequential Indicator Simulation (SIS) and estimation (kriging) in a grid - based on (limited) search neigborhood; tools for image analysis : covariance variogram, connectivity of images (GEOSCLASSIC wrapper).

Variogram analysis tools

Tools for variogram analysis - variogram fitting - illustrated in various cases.

Pluri-Gaussian simulation (PGS)

Substitution Random Function (SRF)

Miscellaneous algorithms based on random processes

Other algorithms based on random processes such accept-reject sampler, Markov chain on finite set, homogeneous and non-homogeneous Poisson point process, Chentsov simulations.

Logging

Some functions of GEONE allow for logging, based on the standard package logging.