-
Notifications
You must be signed in to change notification settings - Fork 3
/
datacube-wps-config.yaml
167 lines (145 loc) · 5.46 KB
/
datacube-wps-config.yaml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
about:
title: DEA WPS configuration
processes:
- process: datacube_wps.processes.wofsdrill.WOfSDrill
about:
identifier: WOfSDrill
version: '0.4'
title: Water Observations from Space Pixel Drill
abstract: |
Water Observations from Space Pixel Drill
Water Observations from Space (WOfS) provides surface water observations derived from satellite imagery for all of Australia. The current product (Version 2.1.5) includes observations taken from 1986 to the present, from the Landsat 5, 7 and 8 satellites. WOfS covers all of mainland Australia and Tasmania but excludes off-shore Territories.
The WOfS product allows users to get a better understanding of where water is normally present in a landscape, where water is seldom observed, and where inundation has occurred occasionally.
This Pixel Drill will output the water observations for a point through time as graph.
For service status information, see https://status.dea.ga.gov.au.
store_supported: True
status_supported: True
geometry_type: "point"
input:
product: ga_ls_wo_3
measurements: [water]
group_by: solar_day
fuse_func: datacube_wps.processes.wofls_fuser
style:
table:
columns:
Wet:
units: "#"
chartLineColor: "#4F81BD"
active: True
Dry:
units: "#"
chartLineColor: "#D99694"
active: True
Not Observable:
units: "#"
chartLineColor: "#707070"
active: True
- process: datacube_wps.processes.fcdrill.FCDrill
about:
identifier: FractionalCoverDrill
version: '0.3'
title: Fractional Cover
abstract: Performs Fractional Cover Polygon Drill
store_supported: True
status_supported: True
geometry_type: polygon
input:
juxtapose:
- product: ga_ls_fc_3
group_by: solar_day
measurements: [bs, pv, npv]
- product: ga_ls_wo_3
measurements: [water]
group_by: solar_day
fuse_func: datacube_wps.processes.wofls_fuser
style:
table:
columns:
Bare Soil:
units: "%"
chartLineColor: "#8B0000"
active: True
Photosynthetic Vegetation:
units: "%"
chartLineColor: "green"
active: True
Non-Photosynthetic Vegetation:
units: "%"
chartLineColor: "#dac586"
active: True
Unobservable:
units: "%"
# this was nice too: chartLineColor: "#6699CC"
chartLineColor: "grey"
active: False
- process: datacube_wps.processes.mangrovedrill.MangroveDrill
about:
identifier: Mangrove Cover Drill
version: '0.2'
title: Mangrove Cover
abstract: Performs Mangrove Polygon Drill
store_supported: True
status_supported: True
geometry_type: polygon
input:
product: mangrove_cover
measurements: [canopy_cover_class]
style:
table:
columns:
Woodland:
units: "#"
chartLineColor: "#9FFF4C"
active: True
Open Forest:
units: "#"
chartLineColor: "#5ECC00"
active: True
Closed Forest:
units: "#"
chartLineColor: "#3B7F00"
active: True
- process: datacube_wps.processes.witprocess.WIT
about:
identifier: WIT
version: '0.2'
title: WIT
abstract: WIT polygon drill
store_supported: True
status_supported: True
geometry_type: polygon
guard_rail: False
input:
reproject:
output_crs: EPSG:3577
resolution: [-30, 30]
resampling: nearest
input:
transform: apply_mask
mask_measurement_name: pmask
apply_to: [bs, pv, npv, TCW]
input:
juxtapose:
- product: ga_ls_fc_3
measurements: [bs, pv, npv]
- transform: datacube_wps.processes.witprocess.TWnMask
input:
juxtapose:
- collate:
- product: ga_ls8c_ard_3
measurements: [blue, green, red, nir, swir1, swir2, fmask, nbart_contiguity]
gqa_iterative_mean_xy: [0, 1]
dataset_predicate: datacube_wps.processes.witprocess.ls8_on
- product: ga_ls7e_ard_3
measurements: [blue, green, red, nir, swir1, swir2, fmask, nbart_contiguity]
gqa_iterative_mean_xy: [0, 1]
dataset_predicate: datacube_wps.processes.witprocess.ls7_on
- product: ga_ls5t_ard_3
measurements: [blue, green, red, nir, swir1, swir2, fmask, nbart_contiguity]
gqa_iterative_mean_xy: [0, 1]
dataset_predicate: datacube_wps.processes.witprocess.ls5_on_1ym
- product: ga_ls_wo_3
measurements: [water]
style:
table: None