Merge pull request #1208 from syazoo/patch-1

Add NDYI Index
pull/1210/head
Piero Toffanin 2022-07-24 12:01:47 -04:00 zatwierdzone przez GitHub
commit db5de9357d
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.')