Creating Radar Vegetation Index

Thank you!
I actually did VV/VH and it works very well for me for an Ascending orbit and not so well for Descending. So I fought, to try something else may be.

Does anyone have an idea how this formula should look like if i have already db units? I first thought replacing the division by a subtraction would be correct according to the log laws but the result was strange.

You can use formula 1/db. It would be a conversion from db to linear units

you mean like that?

Sorry, I’ve little bit misinformed you. I used that formula to convert from linear units to ratio (how many times backscatter is weaker than initial signal). I did 1/linear units.
For db I used a little bit more complicated formula to convert it to the ratio mentioned above
=10^(ABS(Value in db)/10)
I believe that this formula is good, but the results are slightly different from 1/linear units.
In any case I would like to use linear units which SNAP provides. It looks easier than tricky works wiht dBs.

2 Likes

alright, thanks for clarification!

So it would be that?

1 Like

Yes, it would be like you’ve written.
If Sentinel-1 had HH polarization, I would use RVI formula too.
May be it would be useful for you, we used VV/VH polarization ratio formula for our researches. And after that, we found a good relationship with vegetation indices.

1 Like

My goal is to see if there are any differences between the RVI formula based on

  • HH/HV
  • VV/VH
  • Full Polarization

It’s very interesting! Would it be possible to read about your results?

I’ll keep you informed as soon as I have something to show.

Thank you!:slight_smile:

Hi,

Would you like to share, do you have any results obtained?

didn’t work on it since then due to other priorities. But it is planned for the upcoming months.

Thank for an answer! Please let me know when you will recieve any results.

Hi,
I would like to know that still, it’s not possible to calculate Radar Vegetation Index using Sentinel-1 data?

a dual-pol alternative is suggested here: 267020154_Radar_Vegetation_Index_as_an_Alternative_to_NDVI_for_Monitoring_of_Soyabean_and_Cotton

Thank you for your prompt reply.
According to the above-mentioned paper where it assumed that ϭHH ≈ ϭVV and since Sentinel-1 has VH and VV polarizations so can we modify the equation as follows?

RVIᵥᵥ=(4σ⁰VH)/(σ⁰VV+σ⁰VH)

1 Like

Yes, this is an option. Different scatterers might be targeted by VV but in general, the index is about the contribution of volume scattering which is indicated by cross-polarized response.

Thank you so much.

Hi!

I’m trying to create a RVI from S1 data by using Charbonneau’s equation from the paper above. But instead of getting a value between 0-1 I get one between 0-4

I could just divide the result with 4 to get a band with values between 0-1, but I’m curious if I’m meant to do that or if I’m doing something wrong.
I replaced HV with VH and HH with VV in the equation

Cheers