Update formulas.py

‘ExcessGreen’: {
‘expr’: '(2*G)-(R+B),
‘help’: ‘Excess Green Index emphasizes the greenness of leafy crops such as potatoes.’,
‘range’: (-50,150)
},
pull/820/head
edblanch 2020-02-19 22:22:32 +11:00 zatwierdzone przez GitHub
rodzic 042ccc8ac3
commit 22ce2dbd74
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,13 @@ algos = {
'help': 'Visual Atmospheric Resistance Index shows the areas of vegetation.',
'range': (-1, 1)
},
ExcessGreen: {
expr: '(2*G)-(R+B),
help: Excess Green Index emphasizes the greenness of leafy crops such as potatoes.,
range: (-50,150)
},
'BAI': {
'expr': '1.0 / (((0.1 - R) ** 2) + ((0.06 - N) ** 2))',
'help': 'Burn Area Index hightlights burned land in the red to near-infrared spectrum.'