pull/1208/head
Scott 2022-07-24 09:59:43 -06:00 zatwierdzone przez GitHub
rodzic 64812bcc65
commit 1eb024bc43
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,10 @@ algos = {
'expr': '(N - R) / (N + R)',
'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': {
'expr': '(N - Re) / (N + Re)',
'help': _('Normalized Difference Red Edge Index shows the amount of green vegetation of permanent or later stage crops.')