-
Notifications
You must be signed in to change notification settings - Fork 42
/
extra-indices-dict.json
98 lines (98 loc) · 3.15 KB
/
extra-indices-dict.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"SpectralIndices": {
"ANIR": {
"bands":
[
"R",
"N",
"S1"
],
"contributor": "vito",
"date_of_addition": "2021-10-27",
"formula": "exec('import numpy as np') or exec('from openeo.processes import clip') or np.arccos(clip((( np.sqrt( (0.8328 - 0.6646)**2 + (N - R)**2 )**2 + np.sqrt( (1.610 - 0.8328)**2 + (S1 - N)**2 )**2 - np.sqrt( (1.610 - 0.6646)**2 + (S1 - R)**2 )**2 ) / (2 * np.sqrt( (0.8328 - 0.6646)**2 + (N - R)**2 ) * np.sqrt( (1.610 - 0.8328)**2 + (S1 - N)**2 ))), -1,1)) * (1. / np.pi)",
"long_name": "Angle at Near InfraRed",
"reference": "",
"short_name": "ANIR",
"type": "vegetation"
},
"NDRE1": {
"bands": [
"N",
"RE1"
],
"contributor": "vito",
"date_of_addition": "2021-10-27",
"formula": "(N - RE1) / (N + RE1)",
"long_name": "Normalized Difference Red Edge 1",
"reference": "",
"short_name": "NDRE1",
"type": "vegetation"
},
"NDRE2": {
"bands": [
"N",
"RE2"
],
"contributor": "vito",
"date_of_addition": "2021-10-27",
"formula": "(N - RE2) / (N + RE2)",
"long_name": "Normalized Difference Red Edge 2",
"reference": "",
"short_name": "NDRE2",
"type": "vegetation"
},
"NDRE5": {
"bands": [
"RE1",
"RE3"
],
"contributor": "vito",
"date_of_addition": "2021-10-27",
"formula": "(RE3 - RE1) / (RE3 + RE1)",
"long_name": "Normalized Difference Red Edge 5",
"reference": "",
"short_name": "NDRE5",
"type": "vegetation"
},
"BI2": {
"bands": [
"G",
"R",
"N"
],
"contributor": "vito",
"date_of_addition": "2022-01-27",
"formula": "((R**2+N**2+G**2)**0.5)/3",
"long_name": "Brightness index 2",
"reference": "https://digifed.org/",
"short_name": "BI2",
"type": "soil"
},
"BI_B08": {
"bands": [
"R",
"N"
],
"contributor": "vito",
"date_of_addition": "2022-01-27",
"formula": "(R**2+N**2)**0.5",
"long_name": "Brightness index B08",
"reference": "https://digifed.org/",
"short_name": "BI_B08",
"type": "soil"
},
"LSWI_B12": {
"bands": [
"N",
"S2"
],
"contributor": "vito",
"date_of_addition": "2022-01-27",
"formula": "(N-S2)/(N+S2)",
"long_name": "Sentinel-2 land surface water index",
"reference": "https://digifed.org/",
"short_name": "LSWI_B12",
"type": "water"
}
}
}