I am using a standard Phantom 4 proV2 to take pictures of potato crops here in Tasmania.
I am using WebODM running on Ubuntu18.04 updated to latest version to create my orthophotos. It works faultlessly and I really like the new plant health options such as VARI.
Another index I am using to extract more of the variation in the green potato canopy is the Excess Green Index.
I use the Raster Calculator in QGIS to produce this index (2*Green)-(Red+Blue). I display the image as pseudo color ranging from red through yellow to green.
Is it possible to add this index to list ?
To give an example of how I am displaying the Excess Green index have a look at this image.
Thanks for the opportunity. I had a look at the link but I have done no programming so don’t understand what you mean by a pull request.
Using your VARI formula
‘VARI’: {
‘expr’: ‘(G - R) / (G + R - B)’,
‘help’: ‘Visual Atmospheric Resistance Index shows the areas of vegetation.’,
‘range’: (-1, 1)
},
This what ExGr should look like
‘ExcessGreen’: {
‘expr’: '(2*G)-(R+B),
‘help’: ‘Excess Green Index emphasizes the greenness of leafy crops such as potatoes.’,
‘range’: (-50,150)
},
Hello edblanch, I am new to the topics and I would need your help for the vndvi script in the qgis raster calculator. That conversation is locked so I dropped a comment here! Would love to hear from you, chhers!