File size: 1,244 Bytes
7cdd44e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: sample_dataset
pipeline: full-workflow
created_at: '2026-03-26T09:13:08.589513'
workflow:
  steps:
  - name: cloud_mask
    processor: cloud_mask
    config: cloud_mask.yaml
    inputs:
    - scene
    keyword_inputs: {}
    output: cloud_mask
    output_file: cloud_mask.tif
  - name: cloud_height
    processor: cloud_height_emulator
    config: cloud_height.yaml
    inputs:
    - scene
    keyword_inputs:
      cloud_mask: cloud_mask
    output: cloud_height
    output_file: cloud_height.tif
  - name: albedo
    processor: albedo
    config: albedo.yaml
    inputs:
    - scene
    keyword_inputs:
      cloud_mask: cloud_mask
    output: albedo
    output_file: albedo.tif
  - name: refocus
    processor: refocus
    config: refocus.yaml
    inputs:
    - scene
    - cloud_height
    keyword_inputs: {}
    output: refocused_scene
    output_file: null
  - name: cloud_properties
    processor: cloud_properties
    config: refl2prop.yaml
    inputs:
    - refocused_scene
    - cloud_height
    keyword_inputs:
      albedo_data: albedo
    output: null
    output_file: properties.tif
output_dir: outputs
stats:
- cloud_mask::class_fractions
- cloud_height_emulator::percentiles
- cloud_properties::percentiles
- albedo::mean