Question Regarding Offset Tracking Method

Dear Snap user,

I am trying to measure glacier velocity using S1A-IW GRD data (single pass) by offset tracking method. I have some questions regarding to use offset tracking method which are below:

  1. Which DEM format (like GeoTiff etc.) should I use in case of external DEM?
  2. After DEM assist Coregistration is there any filter should I need to apply before/after offset tracking?
  3. I want to measure the velocity for 2015-2016, in that case how can I make the time series for all the velocity output image of offset tracking during that period.
  4. In SANP which offset tracking is use intensity or coherence?

In addition, it will helpful for me if anyone suggest his/her snap toolbox workflow for the offset tracking method based glacier velocity measurement.

Thanks and Regards

Check the offset tracking tutorial at http://step.esa.int/main/doc/tutorials/

GeoTiff in WGS84

Filtering can destroy the texture and patterns in the image at which the offset is calculated so I would not recommend this.

the offset tracking in SNAP is intensity based, no interferometric information is used.

Hi ABraun and Junlu,

Thanks for your suggestion. I got the following error when I used DEM in WGS84 format “java.imageio.iioexception:32 bit sample are not supported for horizontal differencing predictor”. Kindly help me about this. In addition, could you please suggest me a snap toolbox workflow for offset tracking method based glacier velocity measurement.

Thanks and Regards

DEM details:


Size is 45580, 22790
Coordinate System is:
GEOGCS[“WGS 84”,
DATUM[“WGS_1984”,
SPHEROID[“WGS 84”,6378137,298.257223563,
AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”,0],
UNIT[“degree”,0.0174532925199433],
AUTHORITY[“EPSG”,“4326”]]
Origin = (-66.000111111110996,-62.999930282098724)
Pixel Size = (0.000175521073693,-0.000175521073693)
Metadata:
AREA_OR_POINT=Area
DataType=Generic
Image Structure Metadata:
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( -66.0001111, -62.9999303) ( 66d 0’ 0.40"W, 62d59’59.75"S)
Lower Left ( -66.0001111, -67.0000556) ( 66d 0’ 0.40"W, 67d 0’ 0.20"S)
Upper Right ( -57.9998606, -62.9999303) ( 57d59’59.50"W, 62d59’59.75"S)
Lower Right ( -57.9998606, -67.0000556) ( 57d59’59.50"W, 67d 0’ 0.20"S)
Center ( -61.9999858, -64.9999929) ( 61d59’59.95"W, 64d59’59.97"S)
Band 1 Block=128x128 Type=Float32, ColorInterp=Gray
Min=-340282306073709992518750102204469739520.000 Max=2394.154
Minimum=-340282306073709992518750102204469739520.000, Maximum=2394.154, Mean=-256494584131330018129996547194554941440.000, StdDev=146598420506219997081633865239590076416.000
NoData Value=-3.40282299999999995e+38
Metadata:
BandName=merged
RepresentationType=ATHEMATIC
STATISTICS_MAXIMUM=2394.1538085938
STATISTICS_MEAN=-2.5649458413133e+38
STATISTICS_MINIMUM=-3.4028230607371e+38
STATISTICS_STDDEV=1.4659842050622e+38


I guess, the float data type is not supported. Can you convert to integer and try again?

Hi ABraun,

Its work now, I converted my DEM float32 to byte using gdal. Could you please help me to find a way for my third question “3.I want to measure the velocity for 2015-2016, in that case how can I make the time series for all the velocity output image of offset tracking during that period”. Thanks for the help.

Regards

I would personally acquire data at regular intervals, e.g. 36 days. So this should be around 10 for a year.
Then you calculate the offset for

  • 1-2
  • 2-3
  • 3-4
  • …and so on

Then you have ten offset rasters which may show you the movements per 36 day cycles. You can then calculate a mean out of all using the Stack Averaging tool.

1 Like

Hi ABraun,

Thank you very much for your answer. I tried to calculate the mean velocity following this workflow “GRD data > Apply Orbit File > DEM assisted co-registration > Offset Tracking” and then I created 10 images for one year. After that I follow “create stack (stack all the 10 images) > stack averaging” but I got the error which attached with post.

I tried to find details about "Stack Averaging tool’ in snap forum but could not find details. Could you please help me in this regards.

Thanks and Regards

Did the stacking work? You can akso calculate the mean manually using the band math.

Do the results look alright at all?

Hi ABraun,

I didn’t think stacking is work. How about the collocation option. If I make like this ‘b1+b2=b12’>‘b12+3=b123’>‘b123+b4=b1234’>'b1234/days of b1234", does it sounds fine? Please help me.

Thanks

Stacking only works if all of your images are in the same geometry because your data is not projected to a coordinate system yet. But as you chose different masters for your interferometric pairs, they cannot simply be stacked or collocated. Make RGB images to see if their contents match.
I would perform Range Doppler Terrain Correction on all displacement maps first and stack then.

According to your suggestion, I did Range Doppler Correction and then stack all the images. After that using Band math calculate the mean velocity. The workflow is like that:

  1. GRD Data
    2.Apply Orbit
    3.DEM Assisted Co-registration
    4.Offset Tracking
  2. Apply Range Doppler Correction for all the offset tracking velocity output.
    6.Stacking.
  3. Use Band Math to calculate the mean. (If 4 offset tracking velocity images , then add all the image and divided by 4).

Please tell me is this workflow is fine or should I need to do anything?

Thanks

Have you stacked the data after RD TC? I would technically do it like you proposted but it is hard to tell if everything is alright when I don’t see the intermediate products. This is rather your responsibility to see if the results are

  • geometrically correct
  • contain the required information
  • contain plausible values

Thanks for the quick response. Yap I did the stacking but forgot to write in previous message. Results seems fine for me. Need to spend more time on it. If any issue I will ask you question through this post. Many thanks again.

Hi ABraun,

I faced the problem when I select 24 days interval for glacier velocity estimation. I attached both 12 days and 24 days interval velocity? 24 days velocity is not spatially smooth, do you have any suggestion in this regard? In addition, 12 days image also have some discrete pattern (indicated by arrow mark) in some areas (which I think error in velocity over the image), could you please tell me how to get spatially smooth velocity.

Thanks and regards
nh

It’s not surprising that 24 days is worse considering that the moving glacier surface can change quite a bit during that time.

HI nhs, have you tried different window sizes? instead of default 128x128? maybe 256x256.

Cheers
R

Hi RGFell,

Yes I tried 256*256, it seems fine but the problem is when I use this window size my snap toolbox sometimes automatically shutdown.

Thanks

1 Like

After generating the desired output , its resolution can be changed through the range doppler terrain correction,If I am not wrong?
I am applying the correction after generating the velocity output. I want the output in point format which i am doing through arcgis but its showing error in size? when checked the size in arcgis raster metadata it is in 8.93e-005. Can anyone help me with this?

I did the same process to estimate the glacier velocity. I applied the different window size for the Image of 12 days interval. I can not get the adequate pattern of velocity within a glacier. Could you check my result and suggest any idea to improve the results. Here is the my result: