Merge pull request #1723 from cvandenbergTrace/patch-1

Update formulas.py
pull/1725/head
Piero Toffanin 2025-08-07 16:45:35 -04:00 zatwierdzone przez GitHub
commit 8b70bb2bea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ algos = {
'help': _('Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work better in areas with little vegetation where soil is visible.')
},
'LAI': {
'expr': '3.618 * (2.5 * (N - R) / (N + 6*R - 7.5*B + 1)) * 0.118',
'expr': '3.618 * (2.5 * (N - R) / (N + 6*R - 7.5*B + 1)) - 0.118',
'help': _('Leaf Area Index estimates foliage areas and predicts crop yields.'),
'range': (-1, 1)
},