-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathcdd_params.yaml
More file actions
30 lines (28 loc) · 784 Bytes
/
Copy pathcdd_params.yaml
File metadata and controls
30 lines (28 loc) · 784 Bytes
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
# This configuration includes details about the dataset and how CDD should run
# Version of config
version: "0.1.0"
input:
#year to start monitoring
year: 2000
#use area of interest?
aoi:
output:
#save to asset?
asset:
#asset folder
folder_name:
thresholds:
#conseuctive observations to indicate change
consec: 5
#maximum normalized residual - beyond which is possibly change
thresh: 5
#maxmium cloud score for earth engine simple cloud test
cloud_score: 80
#maxmimum cloud fraction
cf_thresh: .015
data:
gv: [500, 900, 400, 6100, 3000, 1000]
npv: [1400, 1700, 2200, 3000, 5500, 3000]
soil: [2000, 3000, 3400, 5800, 6000, 5800]
shade: [0, 0, 0, 0, 0, 0]
cloud: [9000, 9600, 8000, 7800, 7200, 6500]