Soil moisture identification -Sentinel

Hello!In the paper you provided, I know how to get the soil moisture index, but I am not quite sure what is the relationship between SMI and soil moisture content? Thank you in advance!

Hi,

Soil moisture content refers to the quantity of water contained in a material, such as soil (called soil moisture). Water content is expressed as a ratio, which ranges from zero (completely dry) up to the value of material’s saturation. Water content is measured in m^3 (volume). In order to derive soil moisture content, we need to know some parameters (e.g volumetric water content) which can be derived from in situ measurements .

Using earth observation (SAR data) techniques, we cannot derive soil moisture content (unless we incorporate in site measurements in our analysis). We can derive soil moisture index (soil wetness) which tells us how much wet or dry the soil is.

1 Like

If we have in site measured data, we can get the soil moisture data through regression analysis.

you can import the measurements as points (by CSV or Shapefile) and use the correlative plot view to build a regression.

4 Likes

The results of soil moisture depends on the size of your AOI and the number of soil moisture sensors.
If you have to study an area, let’s say 100km x 100km using satellite data, you are gonna need a network of sensors scattered around your AOI (might be 100, 200, e.t.c). These sensors will provide you with accurate measurements of water content and their geographic location using GPS equipment.

In order though to estimate the the soil moisture content for the whole satellite scene, you will probably need to apply machine learning algorithms (Neural Network, SVM, e.t.c) in order to make predictions of the soil moisture content for the whole satellite scene.

2 Likes

I agree. There is no simple relationship. But applying ML would require several spatial input parameters. One single SAR image is not sufficient. I therefore like the idea discussed here to calculate an index value (based on multi-temporal SAR data) which can be directly related to the measured moisture variations.

1 Like

yes agree, on SAR image is not sufficient. We would need other auxiliary data (optical data potentially as well)
the simplest way to do it is the one you described.

Means “wet weather conditions“ that it must rain while the acquisition is ongoing or short before the acuisition? I thought precipitation while radar meassurements leads to unwanted noise?

I’d say shortly before the image acquisition would be the ideal case, but certainly not during the measurement.

1 Like

Not sure you are aware of the Copernicus product from the copernicus services on Soil moisture from Sentinel-1 that will be soon coming.

https://land.copernicus.eu/global/news/service/sentinel-1-observations-soil-moisture

1 Like

@johngan Thanks for your detailed replies. I’m implementing the change detection technique, as you described in your post from Oct 18 however on Sentinel 1 multi temporal imagery, not ASAR WS imagery as the paper describes.
A few questions I have are,

  1. is the VH polarization of S1 more appropriate than VV for change detection?
  2. is it necessary to compute angular correction for S1? since each pixel has a characteristic local angle that is unchanged throughout the year over my study area.
  3. lastly, is it possible to produce a high resolution (10 m) soil moisture index map using Sentinel 1 imagery? the paper you cited only mentions spatial resolution once, i.e. 75 m ASAR pixels are averaged to a 1 km grid to allow low sensitivity pixels to be processed. In my case multi-temporal imagery (3 yrs) gives me a high sensitivity > 3 dB over the arable and barren land of my study area, hence is it necessary to average the resolution of S1 images or can I retain the 10m resolution?

thanks again!

Hi craigdsouza,

  1. The problem with VV polarization is that the vertically polarized microwaves are affected by vegetation (HH pol is less sensitive to vegetation) and the penetration through soil is minimized. VV polarization can detect the differenceswithin the vertical vegetation structure from various growth stages. As M.R.Saradjian and M.Hosseini, 2011 mentioned, after experiments, HV cross-polarization proved to be more accurate than HH or VV polarization for areas with some vegetation.

  2. The backscatter coefficient as a function of incidence angle declines. The larger the incidence angle the lower the sensitivity of the microwave. Hence, we can identify larger errors in our measurements at large incidence angles due to the low sensitivity. It is recommended to perform an incidence angle normalization at approximately 30 degrees.

  3. You can perform soil moisture analysis using Sentinel-1 data. there is no need to down-sample your 20m resolution to a coarser one

1 Like

Thanks @johngan for that reply
to your second point, incidence angle normalization is necessary to correctly analyse spatial distribution of soil moisture in areas where topography varies? Is it still important if I am only concerned with per pixel changes in soil moisture over time.

Further I looked into the forums regarding incidence angle normalization, specifically these posts, [1] and [2] and this paper my interpretation is that the normalization process gives us gamma-naught which is sigma-naught/cos(local incidence angle). is this correct?

The papers you are looking at refer to terrain flattening which is different from incidence angle normalization.

Terrain flattening is applied to an area with local tomography. Due to the terrain variations, your back-scatter intensity is affected accordingly leading to misleading results. Hence, by applying terrain flattening we can remove some of the ambiguities introduced due to topography.

In terms of incidence angle normalization, it is required when we do measurements over flat areas. The backscatter intensity drops as the incidence angle increase (figure below)

If you look at the graph, you see that the larger the incidence angle the lower the amplitude. Looking at the images, we see how eh brightness varies from left to right. So, the brightness variation does not have to do with the properties of the materials (as someone would expect), but instead, with the incidence angle range. For accurate results, we need to correct for this.
Have a look at this paper here

So, if your area of interest is flat, then you need to do this step.
In case your area of interest has a lot of tomography, then you can apply terrain flattening

5 Likes

Not all materials scatter in an isotropic manner, therefore the incidence-angle can affect backscatter. In other words, part of the intensity variation can be signal.

thanks johngan, that reference helps.
so the squared cosine correction should work over land.

and if I have to perform both terrain flattening and local incidence angle correction does the sequence matter?
first terrain flattening and then incidence angle normalization or vice versa?

Yes I agree, part of the intensity variation in the SAR image is signal.

The point i am trying to make is that Incidence angle variation can affect our results when working, for instance, on SAR image classification over flat areas (e.g sea ice types, land cover, e.t.c).

When materials of the same type are distributed across the SAR image , the backscatter intensity of this material located in near range will vary with the one located in the far range of the SAR image. Hence, due to the differences in intensity, this will end up having high misclassification errors.

You have to choose one or the other and not do both.

Hi,Jojngan.Do I have to add a step (Apply Orbit File)?

Hi,

You just need to terrain correct your time-series data