kopia lustrzana https://github.com/OpenDroneMap/WebODM
Add NDYI Index
rodzic
64812bcc65
commit
1eb024bc43
|
@ -11,6 +11,10 @@ algos = {
|
||||||
'expr': '(N - R) / (N + R)',
|
'expr': '(N - R) / (N + R)',
|
||||||
'help': _('Normalized Difference Vegetation Index shows the amount of green vegetation.')
|
'help': _('Normalized Difference Vegetation Index shows the amount of green vegetation.')
|
||||||
},
|
},
|
||||||
|
'NDYI': {
|
||||||
|
'expr': '(G - B) / (G + B)',
|
||||||
|
'help': _('Normalized difference yellowness index (NDYI), best model variability in relative yield potential in Canola.')
|
||||||
|
},
|
||||||
'NDRE': {
|
'NDRE': {
|
||||||
'expr': '(N - Re) / (N + Re)',
|
'expr': '(N - Re) / (N + Re)',
|
||||||
'help': _('Normalized Difference Red Edge Index shows the amount of green vegetation of permanent or later stage crops.')
|
'help': _('Normalized Difference Red Edge Index shows the amount of green vegetation of permanent or later stage crops.')
|
||||||
|
|
Ładowanie…
Reference in New Issue