File: otb_algorithm_tests.yaml

package info (click to toggle)
qgis 3.10.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 889,896 kB
  • sloc: cpp: 986,392; python: 156,157; xml: 12,700; perl: 3,286; sh: 2,637; ansic: 2,085; sql: 1,514; javascript: 1,363; yacc: 1,000; lex: 562; lisp: 411; makefile: 234
file content (66 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# See ../README.md for a description of the file format

tests:
  - algorithm: otb:Smoothing
    name: Test (otb:Smoothing anidif)
    params:
      in:
       name: raster.tif
       type: file
      type: anidif
      type.anidif.conductance: 2.0
      type.anidif.nbiter: 10
      type.anidif.timestep: 0.125
    results:
      out:
        hash: 481539d39d92ed9a63c493235a4696be79d82f25608f190ddedb4cdf
        type: rasterhash

  - algorithm: otb:Smoothing
    name: Test (otb:Smoothing mean)
    params:
      in:
        name: raster.tif
        type: file
      type: gaussian
      type.gaussian.radius: 4.0
    results:
      out:
        hash: b3fbccd6f41052317a435567a2633dae1d9b66772a4d8a3323d9b1c5
        type: rasterhash

  - algorithm: otb:HaralickTextureExtraction
    name: Test (otb:HaralickTextureExtraction)
    params:
      channel: 1
      in:
        name: raster with spaces.tif
        type: file
      parameters.max: 255.0
      parameters.min: 0.0
      parameters.nbbin: 8
      parameters.xoff: 1
      parameters.xrad: 2
      parameters.yoff: 1
      parameters.yrad: 2
      step: 1
      texture: simple
    results:
      out:
        hash: 3132281993d8474d5404f01fb5afa68c9648c282da5546823281cc1c
        type: rasterhash

  - algorithm: otb:Rasterization
    name: Test (otb:Rasterization)
    params:
      in:
        name: polys.gml
        type: file
      epsg: EPSG:4326
      spx: 1
      spy: 1
      outputpixeltype: 3
    results:
      out:
        hash: 987b1488daaa16d09ad6f40039ee85101c557354a4d821d3f31ad235
        type: rasterhash