Sentinel 1 RGB Geotiff is not GeoReferenced

Hi everyone,
I am trying to export a Sentinel-1 Product as False RGB in a GeoTiff format.
Everything goes well but when I open my Tiff file in QGIS I have my false RGB which is not GeoReferenced


Do You have any idea why my final GeoTiff Pruduct isn’t GeoReferenced ?
Cheers

I’m guessing that you did not terrain-correct the image?

Yep I thought my image was already terrain-corrected.
Thank you, it is alright now.

The only problem I have is that when I try to create a graph applying the terrain correction before the BandMaths, the input of the BandMaths cannot be the Terrain-corrected output…
Do you have a solution for this ?


Do I have to write the Terrain corrected product first and create another graph that will do the BandMaths ?
Thanks

the graph must be fully connected and the last step mus be a Write operator before you see all bands of previous steps.

That is what I did, but when I’m connecting the output of my 3 BandMaths to a DataConverter, it tells me that my the input of my bandmath don’t exist…


Do you have a clue ?

the band maths does not find the band names as proposed. Please open the expression editor to create the calculation based on the input bands.

Thank @ABraun,


The weird thing is that before clicking on the Convert-Datatype button, I was able to see the inputs, that’s how I created the expressions…

maybe you have to actively select a source band in the Terrain Correction dialogue as well.

That is what I thought at first and they were unselected, but I selected them again and I still have the issue…


You mean like this right ?

I suggest to use either amplitude or intensity, but yes, like this. Sometimes, you have to switch tabs before the changes are applied.

I tried, I did my whole graph all over again and I still have the same issue…
Maybe there has to be a step between the bandmath and the Convert-Datatype ?

my suggestion is to re-create the graph, first with one Band Maths and once this works, you add the other two.

Unfortunately it doesn’t work… As soon as I add another band math, the graph crashes and tells me that my inputs don’t exist …

can you pleas upload the XML?

with all 3 bandmaths it is this one
Pol_RGB.xml (5.5 KB)
Right now I tried again and it seems to be working. As you said, adding one by one bandmaths…
I let you know

Ok so it ran for 10 min but unfortunately, the output in a Tiff format only contained 1 band and not the 3 expected…

I think you have to add Convert Band after each band maths and then use the Create Stack operator to merge them into one product before you write.

Thank you,
Unfortunately it doesn’t change a thing, I still cannot bring my graph to work…

sorry, I thought you had overcome the expression error. My suggestion was simply addressing the one-band-output.

But, when I put the Terrain Correction at the end, as it is usually done for SAR data, the graph works

grafik

Here is my suggestion: Pol_RGB2.xml (5.6 KB)