Skip to content

Commit

Permalink
correct the vNDVI index
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOlivoto committed Nov 29, 2024
1 parent 70df2fc commit 706c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/indexes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ RGBVI;(G**2 - (B * R))/(G**2 + (B * R));RGB
PRI;R/G;RGB
TGI;G - 0.39*R - 0.61*B;RGB
VEG;G/(R^0.667 * B^0.334);RGB
vNDVI;0.5268 * (R - 0.1294*G**0.3389 * B - 0.3118);RGB
vNDVI;0.5268 * (R^-0.1294*G^0.3389 * B^-0.3118);RGB
WI;(G - B)/(R - G);RGB

0 comments on commit 706c1a9

Please sign in to comment.