Mosaic and pixel misalignment

Good day,

I´ve been trying to create a timeseries of VV and VH images for an entire country, in the case Portugal, for one year, in descending orbit, by which I´m applying this method using snap command line gpt with the goal of crop mapping:

1 – preprocessing

2 – Mosaicing

image

3 – Using python I clipped the mosaic and generate the intended images for that date (2 consecutive dates to be able to encompass the whole country), also converting to GeoTiff.

Now, it seems I always stumble in the same problem: misalignemnt of pixels between images.

As mentioned by @glemoine I set the “align to grid” to true (which worked fine in other images), hoping it would help, even though the images are meant to cover the country not to overlap completely (maybe it won´t be helpful in this case in any way) but in the end of the process the pixels are not alligned. The solution for this is to stack and then to unstack? Only this is very memory and time consuming. Is there any other way I can solve this issue without using stack?

Is this what you would do for crop mapping purposes a in large scale area?

Maybe it´s better to make convertion to DB later on as I still have to do the mosaicing?

Any help would be very, very much appreciated.

Thanks.

Hello,

I was trying to apply create stack on the mosaics but I get this error:

image

Can someone please help me with this issue? Did I do something wrong when generating the mosaic?

Thanks.

In case you use GRD product, why not try with SLC one :slight_smile:

Indeed, I am using GRD products. I have plans to use SLC but for the time being can´t do it as it seems to me it´s a lot more resource consuming. Anyway, the approach to this problem (crop classification) is similar to my approach above shown or is it more focused on coherence with a completely different workflow or both?

Thanks for your reply.