-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2. Create Radar Mosaic 2015 in SEPAL.json
83 lines (83 loc) · 1.7 KB
/
2. Create Radar Mosaic 2015 in SEPAL.json
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
{
"id": "b1b55fce-0a13-559f-451b-ed3ec2c6c47c",
"type": "RADAR_MOSAIC",
"placeholder": "Radar_mosaic_2021-11-30_11-50-27",
"model": {
"dates": {
"fromDate": "2015-01-01",
"toDate": "2015-12-31"
},
"options": {
"orbits": [
"ASCENDING",
"DESCENDING"
],
"geometricCorrection": "ELLIPSOID",
"speckleFilter": "QUEGAN",
"outlierRemoval": "MODERATE"
},
"aoi": {
"type": "EE_TABLE",
"id": "projects/cafi_fao_congo/regional/congo_basin_lsib",
"keyColumn": "One",
"key": 1,
"buffer": 0
}
},
"layers": {
"areas": {
"center": {
"id": "default-layer",
"imageLayer": {
"sourceId": "this-recipe",
"layerConfig": {
"visParams": {
"type": "rgb",
"bands": [
"VV_max",
"VH_min",
"NDCV"
],
"min": [
-17,
-25,
-1
],
"max": [
10,
2,
1
],
"gamma": [
1,
1,
1
],
"inverted": [
false,
false,
false
]
}
}
},
"featureLayers": [
{
"sourceId": "aoi"
},
{
"sourceId": "labels",
"disabled": true
},
{
"sourceId": "values",
"disabled": true
}
]
}
},
"mode": "stack"
},
"title": "cafi_S1_2015",
"projectId": null
}