Skip to content

Commit

Permalink
Merge pull request #1320 from vagner-silveira/patch-1
Browse files Browse the repository at this point in the history
Update Formulas.py - Include the MPRI index
  • Loading branch information
pierotofy authored Mar 31, 2023
2 parents 3ef4c04 + 74d82d0 commit 1028185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/api/formulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
'expr': '(G - R) / (G + R - B)',
'help': _('Visual Atmospheric Resistance Index shows the areas of vegetation.'),
'range': (-1, 1)
},
'MPRI': {
'expr': '(G - R) / (G + R)',
'help': _('Modified Photochemical Reflectance Index'),
'range': (-1, 1)
},
'EXG': {
'expr': '(2 * G) - (R + B)',
Expand Down

0 comments on commit 1028185

Please sign in to comment.