1r.surf.fractal(1) Grass User's Manual r.surf.fractal(1)
2
3
4
6 r.surf.fractal - Creates a fractal surface of a given fractal dimen‐
7 sion.
8
10 raster
11
13 r.surf.fractal
14 r.surf.fractal help
15 r.surf.fractal out=string [d=float] [n=integer]
16
17 Parameters:
18 out=string
19 Name of fractal surface raster layer
20
21 d=float
22 Fractal dimension of surface (2 < D < 3) Default: 2.05
23
24 n=integer
25 Number of intermediate images to produce Default: 0
26
28 r.surf.fractal creates a fractal surface of a given fractal dimension.
29 Uses spectral synthesis method. Can create intermediate layers showing
30 the build up of different spectral coefficients (see Saupe, pp.106-107
31 for an example of this).
32
33 Use this module to generate naturally looking synthetical elevation
34 models (DEM).
35
37 Saupe, D. (1988) Algorithms for random fractals, in Barnsley M.,
38 Devaney R., Mandelbrot B., Peitgen, H-O., Saupe D., and Voss R. (1988)
39 The Science of Fractal Images, Ch. 2, pp.71-136. London: Springer-Ver‐
40 lag.
41
43 r.surf.contour, r.surf.idw, r.surf.gauss, r.surf.random, r.surf.idw2,
44 v.surf.idw, v.surf.rst jwo@le.ac.uk
45 ASSIST's home
46
47 Last changed: $Date: 2006/04/13 19:01:37 $
48
49 Full index
50
51
52
53GRASS 6.2.2 r.surf.fractal(1)