External

Below is the list of solvers that are available in external packages.

Estimation

Simulation

ImageQuilting.IQType
IQ(var₁=>param₁, var₂=>param₂, ...)

Image quilting simulation solver as described in Hoffimann et al. 2017.

Parameters

Required

  • trainimg - Training image from which to extract tiles
  • tilesize - Tuple with tile size for each dimension

Optional

  • overlap - Overlap size (default to (1/6, 1/6, ..., 1/6))
  • path - Simulation path (:raster (default), :dilation, or :random)
  • mapping - Data mapping method (default to NearestMapping())
  • inactive - Vector of inactive voxels (i.e. CartesianIndex) in the grid
  • soft - A pair (data,dataTI) of geospatial data objects (default to nothing)
  • tol - Initial relaxation tolerance in (0,1] (default to 0.1)

Global parameters

Optional

  • threads - Number of threads in FFT (default to number of physical CPU cores)
  • showprogress - Whether to show or not the estimated time duration (default to false)
  • rng - Random number generator (default to Random.GLOBAL_RNG)

References

  • Hoffimann et al 2017. Stochastic simulation by image quilting of process-based geological models.
  • Hoffimann et al 2015. Geostatistical modeling of evolving landscapes by means of image quilting.
TuringPatterns.TPSType
TPS(var₁=>param₁, var₂=>param₂, ...)

Turing pattern simulation.

Parameters

  • params - basic parameters (default to PARAMS1)
  • blur - blur algorithm (default to BoxBlur)
  • edge - edge condition (default to Clamp)
  • iter - number of iterations (default to 100)

References

Turing 1952. The chemical basis of morphogenesis.

StratiGraphics.StratSimType
StratSim(var₁=>param₁, var₂=>param₂, ...)

Stratigraphy simulation with Markov-Poisson sampling.

Parameters

  • environment - geological environment
  • state - initial geological state
  • stack - stacking scheme (:erosional or :depositional)
  • nepochs - number of epochs (default to 10)
  • fillbase - fill value for the bottom layer (default to NaN)
  • filltop - fill value for the top layer (default to NaN)

References

Hoffimann 2018. Morphodynamic analysis and statistical synthesis of geormorphic data.

Learning