Skip to content

Commit

Permalink
Merge pull request #1417 from rion-saeon/patch-noTGI
Browse files Browse the repository at this point in the history
Removed TGI plant health equation
  • Loading branch information
pierotofy committed Oct 18, 2023
2 parents 38ba80b + 18cab57 commit 918ec48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/api/formulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
'expr': '(2 * G) - (R + B)',
'help': _('Excess Green Index (derived from only the RGB bands) emphasizes the greenness of leafy crops such as potatoes.')
},
'TGI': {
'expr': '(G - 0.39) * (R - 0.61) * B',
'help': _('Triangular Greenness Index (derived from only the RGB bands) performs similarly to EXG but with improvements over certain environments.')
},
'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.')
Expand Down

0 comments on commit 918ec48

Please sign in to comment.