Radar Vegetation Index

Hi! Do you know how to calculate the RVI using SEntinel 1 in GEE? The values are in db and I have to convert it to linear because the formula is RVI = 4VH / VH + VV

Thanks

Hi,

I was trying to convert my sigma values into the power unit (dB to linear), but having a problem with the expression I write (as in the image below). does the formula is wrong? I am using the formula referring to Tomcater’s post: Creating Radar Vegetation Index

could you advise me? thanks.

please try

10^(ABS(Sigma0_HV_db)/10)

Can we use gamma0 instead of sigma0 to calculate RVI?

Sorry, I did not get it. Why this multiplication?
RVI = (4*(Sigma0_VH))/(Sigma0_VV + Sigma0_VH). Right?

The calculation refers to the custom script mentioned in the first post. Different papers might use other formulas.

1 Like